@font-face {
    font-family: DIN-Medium;
    src: url('DIN-Medium.otf')
}

body, input, h1, h2, h3, h4, h5, h6, p, textarea, table, div, ul, li, a, input, select {
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: inherit;
}

img {
    border: 0;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

:focus {
    outline: none !important;
    border-color: inherit;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

h3,
h4,
h5,
h6 {
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

* {
    box-sizing: border-box;
    font-family: "microsoft yahei";
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

input[type="button"] {
    border: none;
}

textarea {
    -webkit-appearance: none;
}

.auto {
    width: 1200px;
    margin: 0 auto;
}

:hover {
    transition: all .2s;
}

.img_hover_wrap {
    overflow: hidden;
}

.img_hover {
    transition: all .3s;
}

.img_hover:hover {
    transform: scale(1.05, 1.05);
}

.img_traslate {
    transition: all .3s;
}

.img_traslate:hover {
    transform: translateY(-10px);
}

.img_rotate {
    transition: all .3s;
}

.img_rotate:hover {
    transform: rotate(-360deg);
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.img {
    width: 100%;
    display: block;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ele {
    position: relative;
}

.ele:before,
.ele:after {
    content: '';
    position: absolute;
    display: block;
}

.ipt {
    display: block;
    border: none;
}

.ipt_button {
    cursor: pointer;
}

.item_scale .icon {
    transition: all .3s;
}

.item_scale:hover .icon {
    transform: scale(1.05, 1.05);
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.c_main {
    color: #01a65a;
}


/*头部*/

.head {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    /*padding:25px 0;*/
}

.head.fixed {
    background: rgba(0, 0, 0, .6);
}

.hd_logo {
    margin-top: 15px;
}

.hd_logo .img {
    height: 50px;
    width: auto;
}

.hd_nav {
}

.hd_nav li {
    font-size: 18px;
    color: rgba(255, 255, 255, .8);
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px;
    line-height: 50px;
    position: relative;
    transition: all 0s;
    padding: 15px 0;
}

.hd_nav li:after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 24px;
    height: 3px;
    background: #fff;
    margin-left: -12px;
    display: none;
}

.hd_nav li.cur {
    font-weight: bold;
    color: #fff;
}

.hd_nav li.cur:after,
.hd_nav li:hover:after {
    display: block;
}

.hd_nav li:hover {
    color: #fff;
}

.hd_nav .dropmenu {
    position: fixed;
    width: 100%;
    left: 0;
    text-align: center;
    background: #fff;
    top: 80px;
    display: none;
    padding: 20px 0;
}

.hd_nav .dropmenu .item {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0;
}

.hd_nav .dropmenu .icon {
    width: 50px;
    display: block;
    margin: 0 auto;
}

.hd_nav .dropmenu .title {
    font-size: 16px;
    color: #132b4c;
    font-weight: bold;
    line-height: 24px;
    margin-top: 15px;
}

.hd_nav .dropmenu .icon_hide {
    display: none;
}

.hd_nav .dropmenu .item:hover .icon_hide {
    display: block;
}

.hd_nav .dropmenu .item:hover .icon_show {
    display: none;
}

.hd_nav .dropmenu .item:hover .title {
    color: #01a65a;
}

.hd_nav li:hover .dropmenu {
    display: block;
}

.hd_nav .row {
    padding: 10px 20px;
    text-align: left;
    margin-top: 25px;
}

.hd_nav .row .t_tit {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    line-height: 20px;
}

.hd_nav .row .t_tit:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 16px;
    background: #01a65a;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.hd_nav .p_list {
    margin-top: 30px;
}

.hd_nav .p_list .grp {
    width: 25%;
    float: left;
}

.hd_nav .p_list .ico {
    margin-right: 20px;
    float: left;
    margin-top: 5px;
}

.hd_nav .p_list .tit {
    font-size: 16px;
    color: #132b4c;
    font-weight: bold;
    line-height: 24px;
}

.hd_nav .p_list .fz {
    font-size: 14px;
    color: #8a9199;
    line-height: 20px;
    font-weight: normal;
    margin-top: 5px;;
}

.hd_nav .p_list .ico_hide {
    display: none;
}

.hd_nav .row .grp:hover .ico_hide {
    display: block;
}

.hd_nav .row .grp:hover .ico_show {
    display: none;
}

.hd_nav .row .grp:hover .tit {
    color: #01a65a;
}


/*首页*/

.banner .imgbox {
    display: block;
    height: 750px;
    position: relative;
}

.banner .owl-theme .owl-controls .owl-buttons div {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.banner .owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url(../images/left.png) no-repeat center;
    background-size: contain;
    left: 50px;
}

.banner .owl-theme .owl-controls .owl-buttons .owl-next {
    background: url(../images/right.png) no-repeat center;
    background-size: contain;
    right: 50px;
}

.banner .owl-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
}

.banner .owl-theme .owl-controls .owl-page span {
    background: #fff;
    opacity: 1;
}

.banner .owl-theme .owl-controls .owl-page.active span {
    background: #01a65a;
}

.banner .button {
    font-size: 24px;
    color: #fff;
    width: 260px;
    line-height: 65px;
    background: #00b35f;
    display: block;
    border-radius: 33px;
    position: absolute;
    bottom: 140px;
    left: 50%;
    margin-left: -130px;
    text-align: center;
}

.idx_topmenu {
    padding: 100px 0 10px;
}

.idx_topmenu .list {
    margin-left: -2%;
}

.idx_topmenu .item {
    width: 23%;
    margin-left: 2%;
    background: #f7faff;
    border-radius: 10px;
    text-align: center;
    float: left;
    padding: 50px 20px 40px;
    cursor: pointer;
    transition: all .3s;
}

.idx_topmenu .item .icon {
    width: 70px;
    display: block;
    margin: 0 auto;
}

.idx_topmenu .item .title {
    font-size: 18px;
    color: #132940;
    font-weight: bold;
    margin-top: 30px;
}

.idx_topmenu .item .brief {
    font-size: 14px;
    color: #8a9199;
    line-height: 30px;
    margin-top: 15px;
    height: 90px;
    overflow: hidden;
}

.idx_topmenu .item:hover {
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    transform: translateY(-10px);
}

.idx_titbox {
    text-align: center;
}

.idx_titbox .t_tit {
    font-size: 30px;
    color: #132b4c;
    font-weight: bold;
}

.idx_titbox .t_brief {
    font-size: 16px;
    color: #5c7599;
    /*line-height: 50px;*/
    margin-top: 25px;
}

.idx_titbox .t_line {
    display: inline-block;
    background: url(../images/idx_11.jpg) no-repeat center;
    background-size: contain;
    width: 40px;
    height: 3px;
    margin: 30px auto 0;
    vertical-align: middle;
}

.idx_titbox_white .t_line {
    background: #fff;
}

.idx_titbox_white .t_tit {
    color: #fff;
}

.idx_case {
    padding: 100px 0 60px;
}

.idx_case .detail {
    margin-top: 60px;
}

.idx_casemenu {
    margin-top: 50px;
    border-bottom: 1px solid #efefef;
    font-size: 0;
}

.idx_casemenu .lk {
    width: 20%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.idx_casemenu .lk span {
    padding: 25px 18px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #666666;
    border-bottom: 5px solid transparent;
    transition: all .3s;
}

.idx_casemenu .lk.cur span,
.idx_casemenu .lk:hover span {
    font-size: 20px;
    color: #01a65a;
    font-weight: bold;
    border-bottom-color: #01a65a;
}

.idx_caselist {
    padding: 30px 0;
}

.idx_caselist .item {
    width: 20%;
    text-align: center;
    float: left;
    cursor: pointer;
}

.idx_caselist .icon {
    width: 56px;
}

.idx_caselist .font {
    font-size: 14px;
    color: #666666;
    margin-top: 8px;
}

.idx_caselist .item:hover .font {
    color: #01a65a;
}

.idx_advan {
    padding: 80px 0 100px;
    background: url(../images/idx_22.jpg) no-repeat center bottom;
    background-size: cover;
}

.idx_advan .detail {
    margin-top: 70px;
    border: 1px solid #ddd;
    background: #fff;
}

.idx_advan .experance {
    padding: 25px 30px 0;
    height: 440px;
    text-align: left;
    opacity: 0;
    width: 600px;
    overflow: hidden;
}

.idx_advan .experance .tit {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 20px;
}

.idx_advan .experance .tit .icon {
    width: 70px;
    margin-right: 10px;
}

.idx_advan .experance .text {
    margin-top: 30px;
}

.idx_advan .experance li {
    margin-bottom: 20px;
}

.idx_advan .experance .title {
    font-size: 15px;
    color: #444444;
    padding-left: 45px;
    background: url(../images/idx_13.png) no-repeat 5px center;
    background-size: 22px;
    line-height: 25px;
}

.idx_advan .experance .desc {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    padding-left: 45px;
    margin-top: 5px;
}

.idx_advan .column {
    width: 25%;
    border-left: 1px solid #ddd;
    text-align: center;
    height: 440px;
    transition: all .3s;
    cursor: pointer;
    overflow: hidden;
}

.idx_advan .moren {
    padding: 60px 0 0 0;
}

.idx_advan .moren .icon {
}

.idx_advan .moren .title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 30px 0 45px;
}

.idx_advan .moren .txt {
    padding-left: 90px;
}

.idx_advan .moren .txt li {
    font-size: 15px;
    color: #444444;
    text-align: left;
    background: url(../images/idx_16.png) no-repeat left center;
    background-size: 16px 12px;
    padding-left: 30px;
    margin-bottom: 30px;
}

.idx_advan .column.cur {
    box-shadow: 0 0 10px #01a65a;
}

.idx_advan .column.cur .moren {
    display: none;
}

.idx_advan .column.cur .experance {
    opacity: 1;
}

.idx_advan .column.cur {
    width: 50%;
}

.idx_koubei {
    background: url(../images/idx_23.jpg) no-repeat center;
    background-size: cover;
    padding: 30px 0 0;
    position: relative;
}

.idx_koubei .idx_titbox {
    position: absolute;
    top: 80px;
    width: 100%;
    left: 0;
}

.idx_koubei_menu {
    margin-top: 200px;
}

.idx_koubei_menu .lk {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 25px;
    background: url(../images/idx_50.png) no-repeat left center;
    background-size: 0;
    padding-left: 40px;
    cursor: pointer;
}

.idx_koubei_menu .lk.cur,
.idx_koubei_menu .lk:hover {
    color: #ffe14c;
    background-size: 21px 16px;
}

.idx_koubei_wrap {
    width: 1050px;
}

.idx_koubei_wrap .mapbox .img {
    height: 740px;
    width: auto;
}

.idx_koubei_slide {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -270px;
    padding: 0 1%;
}

.idx_koubei_slide .owl-carousel .owl-item {
    padding-bottom: 40px;
}

.idx_koubei_slide .item {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 50px 35px 35px;
    /*width: 450px;*/
    margin: 0 10px;
}

.idx_koubei_slide .txt {
    position: relative;
}

.idx_koubei_slide .txt .wz {
    font-size: 15px;
    color: #46758c;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
}

.idx_koubei_slide .txt:before {
    content: '';
    background: url(../images/idx_47.png) no-repeat center;
    background-size: contain;
    width: 40px;
    height: 36px;
    position: absolute;
    left: 0;
    top: -15px;
}

.idx_koubei_slide .info {
    margin-top: 20px;
}

.idx_koubei_slide .hdimg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.idx_koubei_slide .name {
    font-size: 16px;
    color: #333333;
    margin: 5px 0 5px;
}

.idx_koubei_slide .font {
    font-size: 14px;
    color: #888888;
}

.idx_koubei_slide .company {
    font-size: 14px;
    color: #fff;
    width: 120px;
    line-height: 40px;
    background: #49b89c;
    border-radius: 4px;
    display: block;
    position: absolute;
    text-align: center;
    right: 0;
    bottom: -10px;
}

.idx_koubei_slide .owl-buttons {
    display: none;
}

.idx_koubei_slide .owl-theme .owl-controls .owl-page span {
    background: #49b89c;
}

.idx_koubei_slide .owl-theme .owl-controls .owl-page.active span {
    background: #01a65a;
}

.idx_partner {
    padding: 320px 0 30px;
    background: #f0f5f7;
}

.idx_partner_list {
    margin-top: 60px;
}

.idx_partner_list .item {
    float: left;
    width: 240px;
    border-radius: 10px;
    padding: 10px;
}

.idx_partner_list .item .img {
    width: 100%;
    /*height: 180px;*/
    height: 168px;
}

.idx_partner_list .item:hover {
    background: #fff;
    box-shadow: 0 0 10px #ddd;
}

.ft_topbar {
    padding: 55px 0 45px;
    background: url(../images/ft_01.jpg) no-repeat center;
    background-size: cover;
}

.ft_topbar .auto {
    position: relative;
}

.ft_topbar .title {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
}

.ft_topbar .txt {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}

.ft_topbar .button {
    font-size: 18px;
    color: #fff;
    width: 180px;
    line-height: 50px;
    background: #01a65a;
    border-radius: 25px;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
}

.ft_topbar .button:hover {
    background: #078b4e;
}

.foot {
    background: url(../images/ft_05.jpg) no-repeat center;
    background-size: cover;
    padding: 75px 0 0;
}

.ft_top {
}

.ft_top .tit {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.ft_top a.lk {
    font-size: 14px;
    color: rgba(163, 184, 204, .8);
    display: block;
    line-height: 35px;
    position: relative;
}

.ft_top a.lk:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: rgba(163, 184, 204, .8);
    margin-right: 10px;
}

.ft_top a.lk:hover {
    color: #fff;
}

.ft_top a.lk:before {
    background: #fff;
}

.ft_service {
    width: 220px;
}

.ft_case {
    width: 220px;
}

.ft_contact {
    width: 220px;
}

.ft_vx {
    text-align: center;
}

.ft_vx .vx_img {
    width: 180px;
    height: 180px;
}

.ft_vx .fz {
    font-size: 14px;
    color: #a3b8cc;
    margin-top: 20px;
}

.ft_info {
}

.ft_info .smlogo {
    height: 60px;
    width: auto;
    margin-bottom: 35px;
}

.ft_info li.tel {
    padding-left: 45px;
    background: url(../images/ft_04.png) no-repeat left center;
    background-size: 30px;
    margin-bottom: 20px;
}

.ft_info .tt {
    font-size: 24px;
    color: #fff;
    font-family: 'DIN-Medium';
    margin-bottom: 8px;
}

.ft_info .fz {
    font-size: 14px;
    color: #a3b8cc;
}

.ft_hotpro {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    padding: 25px 0;
}

.ft_hotpro a {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: rgba(163, 184, 204, .7);
    line-height: 24px;
    margin-right: 25px;
}

.ft_hotpro a:hover {
    color: #fff;
}

.ft_bottom {
    padding: 10px 0;
    border-top: 1px solid #414f64;
}

.ft_bottom p {
    font-size: 13px;
    color: rgba(163, 184, 204, .5);
    line-height: 26px;
    text-align: center;
}


/*产品*/

.inner_banner {
    height: 750px;
    text-align: center;
    overflow: hidden;
}

.inner_banner .txtwrap {
    margin-top: 20%;
}

.inner_banner .title {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.inner_banner .line {
    display: block;
    width: 30px;
    height: 6px;
    background: #d6b316;
    margin: 45px auto;
}

.inner_banner .txt {
    font-size: 22px;
    color: rgba(255, 255, 255, .8);
    line-height: 48px;
}

.pro_advan {
    padding: 80px 0 1px;
    background: #f0f5f7;
}

.pro_advan_list {
    margin: 70px 0 0 -30px;
}

.pro_advan_list .item {
    margin: 0 0 85px 30px;
    float: left;
    border-radius: 8px;
    background: #fff;
    width: 380px;
    height: 240px;
    padding: 65px 40px 0;
    position: relative;
    box-shadow: 0 0 10px #efefef;
    transition: all .3s;
}

.pro_advan_list .item .icon {
    width: 64px;
    position: absolute;
    top: -32px;
    left: 30px;
}

.pro_advan_list .item .num {
    font-size: 60px;
    color: rgba(1, 166, 90, .15);
    position: absolute;
    top: 40px;
    left: 30px;
    line-height: 60px;
    font-family: 'DIN-Medium';
    font-weight: bold;
}

.pro_advan_list .item .title {
    font-size: 22px;
    color: #132940;
    font-weight: bold;
    text-align: center;
}

.pro_advan_list .item .brief {
    font-size: 14px;
    color: #8a9199;
    text-align: center;
    line-height: 30px;
    margin-top: 8px;
}

.pro_advan_list .item:hover {
    box-shadow: 0 0 15px #ddd;
    transform: translateY(-10px);
}

.pro_case {
    padding: 85px 0 60px;
}

.pro_case_list {
    margin: 70px 0 0 -30px;
}

.pro_case_list .item {
    width: 275px;
    float: left;
    margin: 0 0 30px 30px;
    text-align: center;
}

.pro_case_list .item .imgbox {
    display: block;
    border-radius: 4px;
}

.pro_case_list .item .title {
    font-size: 18px;
    color: #666666;
    display: block;
    padding: 20px 0;
    /*height: 64px;*/
}

.pro_case_list .item:hover .title {
    color: #01a65a;
}

.pro_menuwrap {
    padding: 80px 0 100px;
}

.pro_menu {
    font-size: 0;
    text-align: center;
}

.pro_menu .lk {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    padding-bottom: 55px;
    position: relative;
}

.pro_menu .lk:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 24px 20px;
    border-color: transparent transparent #f7faff transparent;
    margin-left: -20px;
    display: none;
}

.pro_menu .lk .icon {
    width: 90px;
    display: block;
    margin: 0 auto;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .3s;
}

.pro_menu .lk .title {
    font-size: 18px;
    color: #666666;
    margin-top: 25px;
}

.pro_menu .lk:hover .title,
.pro_menu .lk.cur .title {
    font-weight: bold;
    color: #01a65a;
}

.pro_menu .lk.cur:after,
.pro_menu .lk:hover:after {
    display: block;
}

.pro_menu .lk:hover .icon {
    transform: scale(1.05, 1.05);
}

.pro_menu .lk_1 .icon {
    background-image: url(../images/pro_02.png);
}

.pro_menu .lk_2 .icon {
    background-image: url(../images/pro_03.png);
}

.pro_menu .lk_3 .icon {
    background-image: url(../images/pro_04.png);
}

.pro_menu .lk_4 .icon {
    background-image: url(../images/pro_05.png);
}

.pro_menu .lk_5 .icon {
    background-image: url(../images/pro_06.png);
}

.pro_menu .lk_1.cur .icon {
    background-image: url(../images/pro_02-1.png);
}

.pro_menu .lk_2.cur .icon {
    background-image: url(../images/pro_03-1.png);
}

.pro_menu .lk_3.cur .icon {
    background-image: url(../images/pro_04-1.png);
}

.pro_menu .lk_4.cur .icon {
    background-image: url(../images/pro_05-1.png);
}

.pro_menu .lk_5.cur .icon {
    background-image: url(../images/pro_06-1.png);
}

.pro_menu .lk_1:hover .icon {
    background-image: url(../images/pro_02-1.png);
}

.pro_menu .lk_2:hover .icon {
    background-image: url(../images/pro_03-1.png);
}

.pro_menu .lk_3:hover .icon {
    background-image: url(../images/pro_04-1.png);
}

.pro_menu .lk_4:hover .icon {
    background-image: url(../images/pro_05-1.png);
}

.pro_menu .lk_5:hover .icon {
    background-image: url(../images/pro_06-1.png);
}

.pro_introlist {
    background: #f7faff;
    padding: 15px 40px;
}

.pro_introlist .item {
    width: 33.3%;
    float: left;
    padding: 20px 55px 20px 55px;
    position: relative;
}

.pro_introlist .icon {
    position: absolute;
    left: 0;
    top: 20px;
    width: 40px;
}

.pro_introlist .info {
}

.pro_introlist .title {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 40px;
}

.pro_introlist .txt {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-top: 5px;
    min-height: 60px;
}


/*新闻动态详情*/

.newsdet_banner {
    height: 400px;
    overflow: hidden;
}

.newsdet_banner .txtwrap {
    text-align: center;
    margin-top: 15%;
}

.newsdet_banner .txtwrap .cn {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 6px;
}

.newsdet_banner .txtwrap .en {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: 2px;
}

.newsdet_main {
    padding: 40px 0 140px;
    background: #f0f5f7;
}

.newsdet_l {
    width: 900px;
}

.newsdet_r {
    width: 280px;
}

.newsdet_detail {
    background: #fff;
    padding: 60px 45px;
    position: relative;
}

.newsdet_detail .title {
    font-size: 30px;
    color: #132b4c;
    text-align: center;
}

.newsdet_detail .sm {
    font-size: 15px;
    color: #8a9199;
    text-align: center;
    margin-top: 25px;
}

.newsdet_detail .editbox {
    margin-top: 40px;
}

.newsdet_detail .editbox p {
    font-size: 15px;
    color: #8a9199;
    line-height: 30px;
    margin-bottom: 15px;
    text-indent: 2em;
}

.newsdet_detail .editbox img {
    margin-bottom: 15px;
}

.newsdet_module {
    margin-bottom: 15px;
    background: #fff;
    padding: 25px 15px 15px;
}

.newsdet_titbox {
    font-size: 20px;
    color: #132b4c;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

.newsdet_titbox .ico {
    margin-right: 10px;
    width: 26px;
    display: inline-block;
    vertical-align: middle;
}

.newsdet_titbox .more {
    font-size: 16px;
    color: #999999;
    font-weight: normal;
    line-height: 30px;
}

.newsdet_titbox .more:hover {
    color: #132b4c;
}

.newsdet_hotnews .list {
}

.newsdet_hotnews .list .item {
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.newsdet_hotnews .list .pic {
    width: 80px;
    height: 80px;
    border-radius: 8px;
}

.newsdet_hotnews .list .info {
    margin-left: 95px;
}

.newsdet_hotnews .list .title {
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    display: block;
}

.newsdet_hotnews .list .date {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.newsdet_hotnews .list .item:hover .title {
    color: #01a65a;
    font-weight: bold;
}

.newsdet_hotnews .list .item:last-child {
    border-bottom: none;
}

.newsdet_hottag .list {
    margin: 20px 0 0 -2%;
    font-size: 0;
}

.newsdet_hottag .list .tag {
    font-size: 15px;
    color: #5c7599;
    line-height: 36px;
    border-radius: 5px;
    background: #f2f5fa;
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    margin: 0 0 10px 2%;
    text-align: center;
}

.newsdet_hottag .list .tag:hover {
    background: #e6faf1;
    color: #01a65a;
    font-weight: bold;
}

.newsdet_service {
}

.newsdet_service .list {
    margin-top: 25px;
}

.newsdet_service .list .item {
    width: 50%;
    float: left;
    padding: 18px 0;
    text-align: center;
}

.newsdet_service .list .icon {
    width: 36px;
    display: block;
    margin: 0 auto;
}

.newsdet_service .list .icon_hide {
    display: none;
}

.newsdet_service .list .title {
    font-size: 15px;
    color: #666666;
    margin-top: 10px;
    height: 20px;
}

.newsdet_service .list .item {
    border-top: 1px dashed #ddd;
    border-right: 1px dashed #ddd;
}

.newsdet_service .list .item:nth-child(even) {
    border-right: none;
}

.newsdet_service .list .item:nth-child(1) {
    border-top: none;
    padding-top: 5px;
}

.newsdet_service .list .item:nth-child(2) {
    border-top: none;
    padding-top: 5px;
}

.newsdet_service .list .item:hover .icon_hide {
    display: block;
}

.newsdet_service .list .item:hover .icon_show {
    display: none;
}

.newsdet_service .list .item:hover .title {
    color: #01a65a;
    font-weight: bold;
}


/*成功案例详情*/

.casedet_detaial {
    position: relative;
    padding-top: 115px;
}

.casedet_detaial .toptag {
    background: url(../images/case_01.png) no-repeat center;
    background-size: contain;
    width: 190px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: -2px;
    top: 15px;
    padding-left: 18px;
}


/*关于我们*/

.about_banner {
}

.about_banner .wrapbox {
    width: 740px;
    margin-top: 15%;
    display: none
}

.about_banner .title {
    font-size: 66px;
    color: #fff;
    text-align: left;
}

.about_banner .title span {
    border-bottom: 1px solid #63bda5;
    width: 430px;
    display: inline-block;
    vertical-align: middle;
    line-height: 37px;
    margin-left: 10px;
}

.about_banner .title .en_img {
    height: 36px;
}

.about_banner .desc {
    font-size: 18px;
    line-height: 36px;
    color: rgba(255, 255, 255, .7);
    text-align: left;
    text-indent: 2em;
    margin-top: 50px;
}

.about_banner .desc p {
    margin-bottom: 20px;
}

.about_idea {
    padding: 80px 0 20px;
}

.about_idea .desc {
    padding: 40px 55px 0;
    font-size: 16px;
    color: #8a9199;
    line-height: 40px;
    text-align: center;
}

.about_news {
    padding: 80px 0;
}

.about_news_list {
    margin: 65px 0 0 -30px;
}

.about_news_list .item {
    float: left;
    margin: 0 0 30px 30px;
    width: 275px;
}

.about_news_list .imgbox {
    display: block;
    border-radius: 6px;
}

.about_news_list .info {
    padding: 15px 0 10px;
}

.about_news_list .title {
    font-size: 18px;
    color: #132940;
    font-weight: bold;
    display: block;
}

.about_news_list .brief {
    font-size: 14px;
    color: #8a9199;
    line-height: 24px;
    margin-top: 10px;
}

.about_news_list .item:hover .title {
    color: #01a65a;
}

.pagelist {
    font-size: 0;
    text-align: center;
    margin-top: 25px;
}

.pagelist a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666666;
    min-width: 36px;
    line-height: 36px;
    border: 1px solid #cfd9e6;
    border-radius: 4px;
    margin: 0 4px;
    text-align: center;
}

.pagelist a.cur,
.pagelist a:hover {
    color: #01a65a;
    border-color: #01a65a;
    font-weight: bold;
}

.about_contact {
    padding: 70px 0;
    background: #f0f5f7;
}

.about_contact .wrap {
    padding: 0 65px;
}

.about_contact .info {
    width: 450px;
}

.about_contact .text {
    margin-top: 40px;
}

.about_contact .text li {
    font-size: 15px;
    color: #666666;
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
}

.about_contact .text li.address {
    background-image: url(../images/about_11.png);
}

.about_contact .text li.tel {
    background-image: url(../images/about_12.png);
}

.about_contact .text li.phone {
    background-image: url(../images/about_13.png);
}

.about_contact .tips {
    font-size: 15px;
    color: #132b4c;
    font-weight: bold;
    line-height: 30px;
    margin-top: 30px;
}

.about_contact .map {
    width: 550px;
    position: relative;
}

.about_contact .map:before {
    content: '';
    position: absolute;
    background: url(../images/about_14.png) no-repeat center;
    background-size: contain;
    width: 60px;
    height: 60px;
    left: -30px;
    top: 50%;
    margin-top: -30px;
}


/*合作伙伴*/

.partner_banner .wrapbox {
    margin-top: 20%;
}

.partner_banner .en {
    font-size: 120px;
    color: rgba(255, 255, 255, .1);
    font-family: "arial black";
    text-transform: uppercase;
    line-height: 100px;
    letter-spacing: 4px;
}

.partner_banner .cn {
    font-size: 66px;
    color: #fff;
    font-weight: bold;
    line-height: 65px;
    margin-top: -50px;
    letter-spacing: 2px;
}

.partner_banner .txt {
    margin-top: 70px;
    font-size: 24px;
    color: rgba(255, 255, 255, .8);
    border: 1px solid rgba(247, 250, 255, .3);
    padding: 15px 65px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.partner_banner .txt:before,
.partner_banner .txt:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, .6);
    top: 50%;
    margin-top: -3px;
    border-radius: 50%;
}

.partner_banner .txt:before {
    left: 40px;
}

.partner_banner .txt:after {
    right: 40px;
}

.partner_module {
    padding: 80px 0 50px;
}


/*成功案例*/

.case_banner .videoWrapbox {
    display: flex;
    width: 1000px;
    height: 510px;
    margin: 15% auto 0px auto
}

.case_banner .wrapbox {
    margin-top: 25%;
    display: none
}

.case_banner .cn {
    font-size: 66px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 5px;
}

.case_banner .cn i {
    color: #ffbf00;
}

.case_banner .en {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 40px;
}

.case_top {
    padding: 80px 0;
}

.case_toplist {
    margin: 70px 0 0 -30px;
}

.case_toplist .item {
    float: left;
    width: 275px;
    margin: 0 0 30px 30px;
}

.case_toplist .imgbox {
    display: block;
    border-radius: 5px;
    border: 1px solid #e6ecf2;
}

.case_toplist .info {
    text-align: center;
    padding: 25px 0;
}

.case_toplist .title {
    font-size: 20px;
    color: #132940;
    display: block;
}

.case_toplist .brief {
    font-size: 15px;
    color: #8a9199;
    line-height: 24px;
    margin-top: 10px;
}

.case_toplist .item:hover .imgbox {
    box-shadow: 0 0 10px #ddd;
}

.case_partner {
    background: #f0f5f7;
    padding: 70px 0;
}

.idx_titbox .lks {
    margin-top: 25px;
    text-align: center;
}

.idx_titbox .lks .lk {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #5c7599;
    padding: 0 13px;
}

.idx_titbox .lks .lk:hover {
    color: #132b4c;
}


/*解决方案*/

.project_banner .wrapbox {
    margin-top: 22%;
}

.project_banner .cn {
    font-size: 66px;
    color: #fff;
    line-height: 60px;
    letter-spacing: 5px;
    font-weight: bold;
}

.project_banner .txt {
    font-size: 22px;
    color: rgba(255, 255, 255, .8);
    line-height: 44px;
    width: 85%;
    margin: 55px auto 0;
}

.project_banner .button {
    font-size: 18px;
    color: #01a65a;
    width: 200px;
    display: block;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 25px;
    margin: 65px auto 0;
}

.project_banner .button:hover {
    color: #fff;
    background: #01a65a;
}

.project_main {
    padding: 100px 0 0;
}

.project_module {
    padding: 80px 0 35px;
}

.project_module.even {
    background: #f0f5f7;
}

.project_tit {
    text-align: center;
    font-size: 26px;
    color: #01a65a;
}

.project_tit:before,
.project_tit:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 55px;
    width: 160px;
    height: 8px;
}

.project_tit:before {
    background: url(../images/project_02.png) no-repeat center;
    background-size: contain;
}

.project_tit:after {
    background: url(../images/project_03.png) no-repeat center;
    background-size: contain;
}

.project_list {
    margin: 55px 0 0 -10%;
}

.project_list .item {
    text-align: center;
    width: 23.3%;
    margin: 0 0 20px 10%;
    float: left;
    padding: 50px 25px 50px;
}

.project_list .icon {
    width: 70px;
    display: block;
    margin: 0 auto;
}

.project_list .title {
    font-size: 18px;
    color: #132940;
    font-weight: bold;
    margin-top: 40px;
}

.project_list .txt {
    font-size: 14px;
    color: #8a9199;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    margin-top: 25px;
}

.project_list .item:hover {
    box-shadow: 0 0 10px #ddd;
    background: #fff;
    border-radius: 10px;
}

.project_iden {
    background: #f0f5f7;
    padding: 80px 0 120px;
}

.project_iden .list {
    margin: 70px 0 0 -20px;
}

.project_iden .list li {
    width: 285px;
    padding: 6px;
    /* background: url(../images/project_38.jpg) no-repeat center;*/
    background-size: cover;
    border-radius: 5px;
    float: left;
    margin-left: 20px;
}

.project_iden .list li .img {
    width: 100%;
    display: block;
    border: 1px #d0cdcd solid;
}


/*招商弹窗*/

.pop_bg {
    background: rgba(0, 0, 0, .55);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    display: none;
}

.pop {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 103;
    background: #fff;
    border-radius: 20px;
}

.pop .close {
    background: url(../images/pop_01.png) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 30;
}

.pop_form {
    padding: 60px 60px 30px;
    width: 700px;
    margin-top: -350px;
    margin-left: -350px;
    display: none;
}

.pop_form .titbox {
    text-align: center;
}

.pop_form .titbox .title {
    font-size: 22px;
    color: #333333;
    position: relative;
}

.pop_form .titbox .title:before,
.pop_form .titbox .title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: #01a65a;
    border-radius: 50%;
    margin: 0 20px;
}

.pop_form .titbox .sm {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.pop_form .form {
    margin-top: 35px;
}

.pop_form li {
    margin-bottom: 20px;
}

.pop_form .tit {
    font-size: 15px;
    color: #333333;
    line-height: 44px;
    float: left;
    width: 140px;
}

.pop_form .tit .icon {
    width: 18px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
}

.pop_form .info {
    width: 440px;
    float: right;
}

.pop_form .ipt {
    width: 100%;
    background: #f0f2f5;
    border-radius: 3px;
    font-size: 14px;
    color: #666;
}

.pop_form .ipt_txt {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
}

.pop_form .ipt_textarea {
    resize: none;
    height: 100px;
    padding: 10px 20px;
}

.pop_form .ipt_button {
    border: none;
    width: 160px;
    text-align: center;
    line-height: 50px;
    background: #01a65a;
    font-size: 18px;
    color: #fff;
    border-radius: 25px;
    margin: 30px auto 0;
    display: block;
    letter-spacing: 5px;
}

.pop_form .ipt_button:hover {
    opacity: .9;
}


/*预约体验*/

.fixed_bottom {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    padding: 8px 0;
    text-align: center;
}

.fixed_bottom .sm {
    height: 50px;
    width: auto;
    display: block;
    float: left;
}

.fixed_bottom .fz {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.fixed_bottom .button {
    width: 160px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    border-radius: 25px;
    background: #01a65a;
    text-align: center;
}

.fixed_bottom .close {
    background: url(../images/close.png) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 55px;
    top: 50%;
    margin-top: -15px;
}

.fixed_bottom .button:hover {
    background: #078b4e;
}


/*悬浮客服*/

.fixed_kf {
    border: 1px solid #e6eaf0;
    position: fixed;
    right: 0;
    bottom: 40%;
    z-index: 100;
    width: 70px;
    background: #fff;
    border-bottom: none;
}

.fixed_kf .item {
    display: block;
    padding: 18px 0 13px;
    text-align: center;
    border-bottom: 1px solid #e6eaf0;
    position: relative;
}

.fixed_kf .icon {
    width: 34px;
    display: block;
    margin: 0 auto;
}

.fixed_kf .font {
    font-size: 12px;
    color: #666666;
    margin-top: 8px;
}

.fixed_kf .icon_hide {
    display: none;
}

.fixed_kf .item:hover {
    background: #01a65a;
}

.fixed_kf .item:hover .font {
    color: #fff;
}

.fixed_kf .item:hover .icon_hide {
    display: block;
}

.fixed_kf .item:hover .icon_show {
    display: none;
}

.fixed_kf .drop {
    position: absolute;
    border: 1px solid #e6eaf0;
    padding: 15px 10px 7px;
    left: -150px;
    width: 150px;
    top: 0;
    background: #fff;
    display: none;
}

.fixed_kf .drop .fz {
    font-size: 13px;
    color: #666666;
    margin-bottom: 12px;
    padding-left: 24px;
    line-height: 20px;
}

.fixed_kf .drop .fz.tel {
    background: url(../images/pop_08.png) no-repeat left center;
    background-size: 18px;
}

.fixed_kf .drop .fz.phone {
    background: url(../images/pop_09.png) no-repeat left center;
    background-size: 18px;
}

.fixed_kf .item:hover .drop {
    display: block;
}


/*index*/

.idx_banner .item {
    height: 750px;
}

.idx_banner .item1 .info {
    width: 650px;
    padding-top: 210px;
}

.idx_banner .item1 .tit {
    font-size: 66px;
    color: #fff;
    font-weight: bold;
}

.idx_banner .item1 .smtit {
    font-size: 35px;
    color: #fff;
    margin-top: 30px;
}

.idx_banner .item1 .txt {
    font-size: 20px;
    color: rgba(255, 255, 255, .5);
    line-height: 36px;
    margin-top: 35px;
}

.idx_banner .item1 .txt p {
    padding-left: 40px;
    margin-bottom: 15px;
}

.idx_banner .item2 {
    text-align: center;
    padding-top: 200px;
}

.idx_banner .item2 .title {
    font-size: 70px;
    color: #fff;
    font-weight: bold;
}

.idx_banner .item2 .txt {
    font-size: 30px;
    color: rgba(255, 255, 255, .7);
    margin-top: 60px;
}

.idx_banner .item2 .button {
    font-size: 24px;
    color: #fff;
    width: 260px;
    line-height: 65px;
    background: #00b35f;
    border-radius: 33px;
    margin: 105px auto 0;
    display: block;
    position: initial;
}

.idx_banner .item2 .button:hover {
    background: #fff;
    color: #00b35f;
}

.idx_banner .item3 {
    text-align: center;
    padding-top: 220px;
}

.idx_banner .item3 .title {
    font-size: 70px;
    color: #fff;
    font-weight: bold;
}

.idx_banner .item3 .list {
    margin-top: 100px;
}

.idx_banner .item3 li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px;
}

.idx_banner .item3 .icon {
    width: 102px;
}

.idx_banner .item3 .fz {
    font-size: 18px;
    color: rgba(255, 255, 255, .6);
    margin-top: 20px;
}

.idx_banner .item4 {
    text-align: center;
    padding-top: 210px;
}

.idx_banner .item4 .title {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

.idx_banner .item4 .smtit {
    font-size: 24px;
    color: #22ad7e;
    margin-top: 30px;
}

.idx_banner .item4 .list {
    margin-top: 70px;
}

.idx_banner .item4 li {
    display: inline-block;
    vertical-align: text-top;
    margin: 0 50px;
}

.idx_banner .item4 .icon {
    width: 100px;
}

.idx_banner .item4 .fz {
    margin-top: 35px;
    font-size: 18px;
    color: #fff;
}

.idx_banner .item5 {
    padding-top: 230px;
}

.idx_banner .item5 .tit {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

.idx_banner .item5 .smtit {
    font-size: 36px;
    color: #fff;
    margin-top: 50px;
}

.idx_banner .item5 .fz {
    font-size: 22px;
    color: #1292dd;
    margin-top: 20px;
}

.idx_banner .item5 .bot {
    margin-top: 30px;
}

.idx_banner .item5 .bot em {
    font-size: 18px;
    color: #fff;
    background: url(../images/banner_15.png) no-repeat left center;
    background-size: 16px 12px;
    padding-left: 30px;
    margin-right: 45px;
    display: inline-block;
    vertical-align: middle;
}

.idx_banner .item6 {
    padding-top: 130px;
}


/*.idx_banner .item6 .auto{width: 1300px;}*/

.idx_banner .item6 .tit {
    font-size: 46px;
    color: #fff;
    font-weight: bold;
}

.idx_banner .item6 .smtit {
    font-size: 29px;
    color: #fff;
    margin-top: 20px;
}

.idx_banner .item7 {
    padding-top: 160px;
}


/*.idx_banner .item7 .auto{width: 1300px;}*/

.idx_banner .item7 .tit {
    font-size: 46px;
    color: #fff;
    font-weight: bold;
}

.idx_banner .item7 .smtit {
    font-size: 26px;
    color: #fff;
    margin-top: 20px;
}


/* xin-电子摇号系统 */
.clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*-webkit-line-clamp: 3;*/
}

.xit_banner {
    padding-top: 10%;
}

.xit_banner .info {
    width: 39%;
    text-align: left;
    padding-top: 50px;
}

.xit_banner .title {
    font-size: 56px;
    color: #fff;
    line-height: 80px;
    letter-spacing: 2px;
    font-weight: normal;
}

.xit_banner .line {
    width: 36px;
    height: 2px;
    display: inline-block;
    margin: 30px 0 35px;
    background: #fff;
    vertical-align: middle;
}

.xit_banner .txt {
    font-size: 18px;
    color: #fff;
    line-height: 34px;
}

.xit_banner .img {
    width: 60%;
}

.yh_banner {
    padding-top: 12%;
}

.xit_point {
    margin-top: 115px;
}

.xit_point .list {
    margin-left: -2%;
    margin-top: 55px;
}

.xit_point .list .item {
    width: 31.3%;
    margin-left: 2%;
    float: left;
}

.xit_point .list .imgbox {
    border-radius: 4px;
    overflow: hidden;
}

.xit_point .list .img {
    width: 100%;
    display: block;
}

.xit_point .list .txt {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    -webkit-line-clamp: 3;
    max-height: 72px;
    margin-top: 15px;
}


.xit_value {
    margin-top: 80px;
}

.xit_value .list {
    margin-top: 50px;
}

.xit_value .list .item {
    width: 25%;
    float: left;
    padding: 40px 10px 30px;
    border-radius: 10px;
    text-align: center;
}

.xit_value .list .icon {
    height: 120px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.xit_value .list .title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 25px;
}

.xit_value .list .txt {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    -webkit-line-clamp: 4;
    height: 96px;
    width: 90%;
    max-width: 245px;
    margin: 10px auto 0;
}

.xit_value .list .item:hover {
    box-shadow: 0 0 35px rgba(143, 161, 178, .25);
}

.xit_value .list .item:hover .title {
    color: #01a65a;
}

.xit_xt {
    padding: 200px 0 230px;
    background: url(../images/yh_23.jpg) no-repeat center;
    background-size: cover;
    min-height: 1070px;
}

.xit_xt .detail {
    margin-top: 60px;
}

.xit_xt .imgbox {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.xit_xt .imgbox .img {
    width: 100%;
    display: block;
}

.xit_xt .list {
    width: 46%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3%;
}

.xit_xt .list li {
    margin-bottom: 50px;
}

.xit_xt .list .icon {
    width: 60px;
    display: block;
    float: left;
    transition: all .3s;
}

.xit_xt .list .info {
    margin-left: 90px;
}

.xit_xt .list .title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.xit_xt .list .txt {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 10px;
}

.xit_xt .list li:hover .icon {
    transform: scale(1.05, 1.05);
}

.xit_lc {
}

.xit_lc .wrapbox {
    box-shadow: 0 0 35px rgba(143, 161, 178, .25);
    border-radius: 10px;
    overflow: hidden;
    padding: 50px 15px;
    margin-top: -200px;
    position: relative;
    z-index: 50;
    background: #fff;
}

.xit_lc .detail {
    margin-top: 45px;
}

.xit_lc .img {
    width: 100%;
    display: block;
}

.xit_case {
    padding: 100px 0;
}

.xit_case .list {
    margin-left: -2%;
    margin-top: 65px;
}

.xit_case .list .item {
    float: left;
    width: 23%;
    margin-left: 2%;
    margin-bottom: 30px;
}

.xit_case .list .imgbox {
    display: block;
    overflow: hidden;
}

.xit_case .list .img {
    width: 100%;
    display: block;
    transition: all 1s;
}

.xit_case .list .title {
    font-size: 15px;
    color: #333;
    text-align: center;
    margin-top: 10px;
    display: block;
}

.xit_case .list .item:hover .title {
    color: #01a65a;
}

.xit_case .list .item:hover .img {
    transform: scale(1.1, 1.1);
}


/* 电子选房系统 */
.xf_banner {
    padding-top: 14%;
}

.xf_banner .img {
    width: 45%;
}

.xf_banner .info {
    width: 55%;
    padding-top: 10px;
}

.xf_banner .txt {
    max-width: 500px;
}

.xf_value {
    padding-bottom: 80px;
}

.xf_value .list .txt {
    -webkit-line-clamp: 6;
    height: 144px;
}

.xf_xt {
    padding: 90px 0 230px;
    background: #f4f7f8;
    min-height: auto;
}

.xf_xt .list {
    margin: 0 3% 0 0;
    width: 41%;
}

.xf_xt .imgbox {
    width: 53%;
}

.xf_lc .wrapbox {
    margin-top: -130px;
}

/* 渠道风控系统 */
.qd_banner .img {
    width: 38%;
}

.qd_banner .info {
    width: 55%;
    padding-top: 60px;
}

.qd_banner .txt {
    max-width: 500px;
}

/* 线上选房系统 */
.xs_banner {
    padding-top: 10%;
}

.xs_banner .img {
    width: 58%;
    margin-right: -12%;
}

.xs_banner .info {
    width: 54%;
    padding-top: 20px;
}

.xs_banner .txt {
    max-width: 500px;
}

.xs_describe {
    padding: 95px 0 280px;
    background: #f4f7f8;
    margin-top: 80px;
}

.xs_describe .detail {
    margin-top: 70px;
}

.xs_describe .img {
    width: 100%;
    display: block;
}

/* 微信选车位系统 */


/* 购房登记资料审核系统 */
.check_banner .info {
    width: 55%;
}

.check_banner .txt {
    max-width: 500px;
}

.check_banner .img {
    margin-right: -5%;
    width: 50%;
}

.check_pain {
    padding: 100px 0 20px;
}

.check_pain .list {
    margin-left: -2%;
    margin-top: 70px;
}

.check_pain .list .item {
    float: left;
    width: 23%;
    margin-left: 2%;
    border-radius: 10px;
    overflow: hidden;
}

.check_pain .list .imgbox {
    display: block;
    overflow: hidden;
}

.check_pain .list .img {
    width: 100%;
    display: block;
}

.check_pain .list .info {
    text-align: center;
    padding: 30px 20px 15px;
    position: relative;
}

.check_pain .list .title {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.check_pain .list .line {
    display: block;
    margin: 15px auto;
    background: url(../images/idx_11.jpg) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 2px;
}

.check_pain .list .txt {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    -webkit-line-clamp: 5;
    height: 120px;
}

.check_pain .list .item:hover {
    box-shadow: 0 0 35px rgba(143, 161, 178, .25);
}

.check_pain .list .info::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    top: -12px;
    background: url(../images/check_07.png) no-repeat center;
    background-size: contain;
    box-shadow: 0 2px 6px rgba(51, 51, 51, .16);
    border-radius: 50%;
}

/* 3D全景电子沙盘 */
.hd_nav li:hover .drop {
    display: block;
}

.hd_nav .drop {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 99;
    padding: 30px 0 20px;
    display: none;
}

.hd_nav .drop .t_tit {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.hd_nav .drop .t_tit::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 20px;
    background: #01a65a;
    margin-top: -10px;
}

.hd_nav .drop .list {
}

.hd_nav .drop .list .lk {
    width: 25%;
    display: block;
    float: left;
    margin-bottom: 15px;
    padding-right: 10px;
}

.hd_nav .drop .list .ico {
    width: 46px;
    display: block;
    float: left;
}

.hd_nav .drop .list .ico_h {
    display: none;
}

.hd_nav .drop .list .info {
    margin-left: 60px;
}

.hd_nav .drop .list .title {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    font-weight: bold;
}

.hd_nav .drop .list .fz {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    font-weight: normal;
    margin-top: 3px;
    min-height: 40px;
}

.hd_nav .drop .list .lk:hover .title {
    color: #01a65a;
}

.hd_nav .drop .list .lk:hover .fz {
    color: #01a65a;
}

.hd_nav .drop .list .lk:hover .ico_h {
    display: block;
}

.hd_nav .drop .list .lk:hover .ico_s {
    display: none;
}

.view_banner {
    padding-top: 9%;
}

.view_banner .img {
    width: 45%;
}

.view_banner .info {
    padding-top: 8%;
}

.view_main {
    padding: 30px 0 10px;
}

.view_mod {
    padding: 50px 0;
}

.view_mod .img {
    float: right;
    width: 50%;
    transition: all .3s;
}

.view_mod .info {
    float: left;
    width: 46%;
    padding-top: 30px;
}

.view_mod .title {
    font-size: 24px;
    color: #222222;
    font-weight: bold;
}

.view_mod .line {
    width: 24px;
    height: 4px;
    background: #01a65a;
    display: block;
    margin-top: 15px;
    border-radius: 4px;
}

.view_mod .txt {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-top: 25px;
    max-width: 450px;
}

.view_mod .txt p {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.view_mod .txt p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #01a65a;
    border-radius: 50%;
}

.view_mod .img:hover {
    transform: scale(1.05, 1.05);
}

.view_mod .list {
    margin-top: 50px;
    max-width: 430px;
}

.view_mod .list li {
    float: left;
    width: 25%;
    text-align: center;
}

.view_mod .list .icon {
    height: 64px;
    width: auto;
    display: block;
    margin: 0 auto;
    transition: all .3s;
}

.view_mod .list .fz {
    font-size: 14px;
    color: #5c6e81;
    margin-top: 15px;
}

.view_mod .list li:hover .icon {
    transform: scale(1.1, 1.1);
}

.view_mod:nth-child(even) .img {
    float: left;
}

.view_mod:nth-child(even) .info {
    float: right;
}

/* 线上售楼处 */
.sale_describe {
    padding-bottom: 100px;
}


/* newbanner */
.new_banner{}
.new_banner .item{height: 750px;}
.new_banner .auto{position:relative;height: 100%;}

.new_banner .itema1{}
.new_banner .itema1 .info{max-width:460px;position:absolute;left: 0;top: 50%;margin-top: -190px;}
.new_banner .itema1 .title{font-size: 56px;color:#fff;margin-bottom: 30px;}
.new_banner .itema1 .line{width: 35px;height: 2px;background: #fff;display: block;}
.new_banner .itema1 .txt{font-size: 18px;color:#fff;line-height: 34px;margin-top: 40px;}
.new_banner .itema1 .list{margin-top: 70px;margin-left: -7%;}
.new_banner .itema1 .list li{float: left;margin-left: 7%;}
.new_banner .itema1 .list .icon{height: 66px;width: auto;display: block;margin:0 auto;}
.new_banner .itema1 .list .fz{font-size: 20px;color:#fff;margin-top: 15px;text-align: center;}

.new_banner .itema2{}
.new_banner .itema2 .info{max-width:650px;position:absolute;left: 0;top: 50%;margin-top: -110px;}
.new_banner .itema2 .title{font-size: 40px;color:#fff;}
.new_banner .itema2 .txt{font-size: 18px;color:#fff;line-height: 34px;margin-top: 20px;max-width: 325px;}
.new_banner .itema2 .more{font-size: 16px;color:#fff;width: 140px;line-height: 40px;display: block;text-align: center;background: #488bff;border-radius:4px;margin-top: 35px;}
.new_banner .itema2 .more:hover{background: #01a65a;}

.new_banner .itema3{}
.new_banner .itema3 .info{position:absolute;left: 0;top: 50%;margin-top: -180px;width: 80%;}
.new_banner .itema3 .title{font-size: 50px;color:#fff;margin-bottom:40px;line-height: 80px;}
.new_banner .itema3 .line{width: 35px;height: 2px;background: #fff;display: block;}
.new_banner .itema3 .list{margin-top: 40px;margin-left: -5%;}
.new_banner .itema3 .list li{float: left;margin-left: 5%;}
.new_banner .itema3 .list .num{font-size: 48px;text-align: center;line-height: 50px;font-family: 'DIN-Medium';color:#fff;}
.new_banner .itema3 .list .fz{font-size: 20px;color:#fff;margin-top: 15px;text-align: center;line-height: 34px;}



.img_sj {
    display: none;
}

/* 2022.3.7新增 */
.new_banner1{}
.new_banner1 .wrap{display: flex;justify-content: space-between;margin-top: 20vh;position:relative;text-align: left;}
.new_banner1 .info{max-width:70%;}
.new_banner1 .bt{font-size: 46px;color: #fff;}
.new_banner1 .bt em{font-size: 66px;font-weight: bold;}
.new_banner1 .font{font-size: 38px;color: #fff;margin-top: 30px;}
.new_banner1 .bianhao{font-size: 20px;color: #fff;background: url(../images/a/tp_02.png) no-repeat left center;background-size:46px;padding-left: 60px;margin-top: 60px;line-height: 50px;}
.new_banner1 .more{font-size: 20px;color: #fff;width: 160px;line-height: 55px;display: block;text-align: center;background: rgba(255,255,255,.1);margin-top: 70px;}
.new_banner1 .more:hover{color: #fff;background: #27c773;}
.new_banner1 .pic{width: 590px;position:absolute;top: 0;right: -100px;}

.new_banner2 .wrap{padding-top: 14vh;}
.new_banner2 .bt{font-size: 90px;color: #fff;font-weight: bold;text-align: center;line-height: 110px;margin-bottom: 55px;display: flex;align-items: center;justify-content: center;}
.new_banner2 .bt em{font-size: 110px;font-family: 'DIN-Medium';font-weight: normal;margin-right: 20px;}
.new_banner2 .tags{text-align: center;width: 682px;height: 65px;line-height: 65px;background: url(../images/a/tp_08.png) no-repeat center;background-size:cover;margin:0 auto;padding:0 80px 0 25px;display:flex;justify-content: space-between;}
.new_banner2 .tags span{font-size: 30px;color: #fff;display: flex;align-items: center;}
.new_banner2 .tags span::before{content:'';display: inline-block;margin-right: 8px;width: 30px;height: 30px;}
.new_banner2 .tags .icon1::before{background: url(../images/a/tp_05.png) no-repeat center;background-size:contain;}
.new_banner2 .tags .icon2::before{background: url(../images/a/tp_06.png) no-repeat center;background-size:contain;}
.new_banner2 .tags .icon3::before{background: url(../images/a/tp_07.png) no-repeat center;background-size:contain;}

.new_banner2 .bot{background: url(../images/a/tp_12.png) no-repeat center bottom;background-size:100% 218px;padding:0 0 50px;margin-top: 75px;}
.new_banner2 .detail{position:relative;}


.new_banner2 .swiper-pagination{display: none!important;}
.new_banner2 .swiper-container{position:static;}
.new_banner2 .swiper-button-next, .new_banner2 .swiper-button-prev{width: 36px;height: 36px;margin-top: 15px;}
.new_banner2 .swiper-button-prev{background: url(../images/a/tp_10.png) no-repeat center;background-size:contain;left: -70px;}
.new_banner2 .swiper-button-next{background: url(../images/a/tp_11.png) no-repeat center;background-size:contain;right: -70px;}


@media screen and (min-width: 320px) and (max-width: 1199px) {
    .auto {
        width: 100%;
        padding: 0 2%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
    /*招商弹窗*/
    .pop_form {
        padding: 40px 40px 20px;
        width: 580px;
        margin-top: -280px;
        margin-left: -290px;
    }

    .pop_form .info {
        width: 340px;
    }

    .pop_form .ipt_txt {
        height: 36px;
        line-height: 36px;
    }

    .pop_form .tit {
        line-height: 36px;
        width: 120px;
    }

    .pop_form li {
        margin-bottom: 10px;
    }

    .pop_form .ipt_button {
        margin: 20px auto 0;
        width: 120px;
        line-height: 40px;
        font-size: 16px;
        border-radius: 18px;
    }

    .pop_form .ipt_textarea {
        height: 80px;
    }

    .banner .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 30px;
    }

    .banner .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 30px;
    }

/* 2022.3.7新增 */
   .new_banner1 .bt{font-size: 40px;}
   .new_banner1 .bt em{font-size: 58px;}
   .new_banner1 .font{font-size: 34px;}
   .new_banner1 .more{font-size: 18px;}
   .new_banner1 .pic{width: 550px;right: 0;}
   
   .new_banner2 .swiper-button-next,.new_banner2 .swiper-button-prev{display: none;}
   .new_banner2 .swiper-pagination{display: block;}
   .new_banner2 .swiper-pagination{position:static;margin-top: 20px;font-size: 0;}
   
   .new_banner2 .swiper-pagination-bullet{width: 10px;height: 10px;background: #fff;margin:0 3px;}
   .new_banner2 .swiper-pagination-bullet-active{background: #fff;}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .hd_nav li {
        margin: 0 30px;
    }

    /*首页*/
    .banner .imgbox {
        height: 500px;
    }

    .banner .button {
        bottom: 80px;
        font-size: 18px;
        line-height: 55px;
    }

    .idx_topmenu {
        padding: 80px 0 10px;
    }

    .idx_partner {
        padding: 50px 0 30px;
    }

    .idx_partner_list {
        margin-left: -2%;
    }

    .idx_partner_list .item {
        width: 18%;
        margin-left: 2%;
    }

    .idx_partner_list .item .img {
        height: auto;
    }

    .ft_topbar .button {
        right: 2%;
    }

    .fixed_kf {
        display: none;
    }

    .ft_service,
    .ft_case,
    .ft_contact {
        width: 160px;
    }

    .ft_vx .vx_img {
        width: 150px;
        height: 150px;
    }

    .ft_info .smlogo {
        height: 45px;
        margin-bottom: 20px;
    }

    .fixed_bottom {
        display: none;
    }

    .idx_koubei {
        padding: 80px 0 20px;
    }

    .idx_koubei .idx_titbox {
        position: initial;
    }

    .idx_koubei_menu {
        width: 100%;
        margin-top: 50px;
        text-align: center;
        float: none;
    }

    .idx_koubei_menu .lk {
        display: inline-block;
        vertical-align: middle;
        margin: 0 35px;
        background: transparent;
        padding-left: 0;
    }

    .idx_koubei_wrap {
        float: none;
        width: 100%;
    }

    .idx_koubei_wrap .mapbox {
        width: 90%;
        margin: 30px auto 0;
    }

    .idx_koubei_slide {
        position: initial;
        padding: 0;
    }

    .idx_koubei_slide .item {
        padding: 30px 20px 30px;
    }

    .idx_koubei_slide .txt .wz {
        font-size: 14px;
        line-height: 24px;
    }

    .idx_koubei_slide .txt:before {
        width: 30px;
    }

    .idx_koubei_slide .hdimg {
        width: 50px;
        height: 50px;
    }

    .idx_koubei_slide .company {
        font-size: 13px;
        line-height: 35px;
    }

    /*产品*/
    .inner_banner {
        height: 500px;
    }

    .inner_banner .title {
        font-size: 30px;
    }

    .inner_banner .txt {
        font-size: 18px;
        line-height: 36px;
    }

    .inner_banner .line {
        margin: 25px auto;
    }

    .pro_menu .lk .icon {
        width: 80px;
    }

    .pro_introlist .txt {
        min-height: 80px;
    }

    .pro_advan_list {
        margin: 70px 0 0 -2%;
    }

    .pro_advan_list .item {
        width: 31.3%;
        margin: 0 0 85px 2%;
    }

    .pro_advan_list .item .num {
        font-size: 50px;
    }

    .pro_advan_list .item .icon {
        width: 55px;
        left: 25px;
    }

    .pro_case_list .item {
        width: 23%;
        margin: 0 0 20px 2%;
    }

    .pro_case_list .item .title {
        font-size: 16px;
        padding: 15px 0;
    }

    /*成功案例*/
    .case_banner .wrapbox {
        margin-top: 22%;
        display: block
    }

    .case_banner .videoWrapbox {
        margin-top: 22%;
        display: none
    }

    .case_banner .cn {
        font-size: 54px;
    }

    .case_banner .en {
        font-size: 22px;
    }

    .case_toplist {
        margin: 50px 0 0 -2%;
    }

    .case_toplist .item {
        width: 23%;
        margin: 0 0 20px 2%;
    }

    .case_toplist .info {
        padding: 20px 0;
    }

    .case_toplist .title {
        font-size: 18px;
    }

    /*成功案例详情*/
    .newsdet_main {
        padding: 40px 0 80px;
    }

    .newsdet_l {
        width: 100%;
    }

    .newsdet_r {
        display: none;
    }

    /*关于我们*/
    .about_banner .wrapbox {
        width: 70%;
    }

    .about_banner .desc {
        font-size: 16px;
        margin-top: 20px;
    }

    .about_banner .desc p {
        margin-bottom: 0;
    }

    .about_banner .title {
        font-size: 26px;
    }

    .about_banner .title .en_img {
        height: 26px;
    }

    .about_banner .title span {
        line-height: 30px;
    }

    .about_news_list {
        margin: 65px 0 0 -2%;
    }

    .about_news_list .item {
        width: 23%;
        margin: 0 0 20px 2%;
    }

    .about_contact .info {
        width: 45%;
    }

    .about_contact .map {
        width: 50%;
    }

    .about_contact .map:before {
        width: 40px;
        height: 40px;
        left: -20px;
        margin-top: -20px;
    }

    /*合作伙伴*/
    .partner_banner .wrapbox {
        margin-top: 16%;
    }

    .partner_banner .en {
        font-size: 110px;
    }

    .partner_banner .cn {
        font-size: 52px;
    }

    .partner_banner .txt {
        margin-top: 50px;
        font-size: 16px;
        line-height: 30px;
    }

    .partner_module {
        padding: 50px 0 30px;
    }

    .partner_module .idx_partner_list {
        margin-top: 40px;
    }

    /*解决方案*/
    .project_banner .wrapbox {
        margin-top: 18%;
    }

    .project_banner .cn {
        font-size: 40px;
    }

    .project_banner .txt {
        font-size: 16px;
        margin: 25px auto 0;
    }

    .project_banner .button {
        margin: 40px auto 0;
    }

    .project_list .item {
        padding: 30px 25px 20px;
    }

    .project_list .txt {
        margin-top: 15px;
    }

    .project_iden .list {
        margin: 50px 0 0 -2%;
    }

    .project_iden .list li {
        width: 23%;
        margin-left: 2%;
    }

    /*招商弹窗*/
    .pop_form {
        padding: 40px 40px 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .hd_nav li {
        margin: 0 15px;
        padding: 15px 0;
        font-size: 16px;
    }

    .hd_nav li:after {
        bottom: 15px;
    }

    .hd_logo {
        margin-top: 15px;
    }

    /*首页*/
    .banner .imgbox {
        height: 360px;
    }

    .idx_titbox .t_tit {
        font-size: 26px;
    }

    .idx_titbox .t_brief {
        font-size: 14px;
        margin-top: 20px;
    }

    .idx_titbox .t_line {
        margin: 20px auto 0;
    }

    .idx_topmenu {
        padding: 50px 0 10px;
    }

    .idx_topmenu .item {
        padding: 50px 15px 40px;
    }

    .idx_topmenu .item .icon {
        width: 50px;
    }

    .idx_case {
        padding: 50px 0 50px;
    }

    .idx_partner_list {
        margin-left: -2%;
    }

    .idx_partner_list .item {
        width: 18%;
        margin-left: 2%;
        padding: 0;
    }

    .idx_partner_list .item .img {
        height: auto;
    }

    .ft_topbar .title {
        font-size: 26px;
    }

    .ft_topbar .txt {
        font-size: 14px;
    }

    .ft_topbar .button {
        font-size: 16px;
        width: 150px;
        right: 2%;
    }

    .fixed_kf {
        display: none;
    }

    .ft_service,
    .ft_case,
    .ft_contact {
        width: 17%;
    }

    .ft_vx .vx_img {
        width: 120px;
        height: 120px;
    }

    .ft_vx .fz {
        font-size: 12px;
    }

    .ft_info .smlogo {
        height: 35px;
        margin-bottom: 20px;
    }

    .fixed_bottom {
        display: none;
    }

    .ft_info .tt {
        font-size: 18px;
    }

    .ft_info li.tel {
        background-size: 20px;
        padding-left: 30px;
    }

    .ft_bottom p {
        font-size: 12px;
        line-height: 20px;
    }

    .ft_top .tit {
        font-size: 16px;
    }

    .ft_top a.lk {
        font-size: 13px;
    }

    .ft_top a.lk:before {
        margin-right: 8px;
    }

    .idx_advan .moren .icon {
        width: 45px;
    }

    .idx_advan .moren .title {
        font-size: 16px;
        margin: 20px 0 25px;
    }

    .idx_advan .moren .txt {
        padding: 0 15px;
        margin-top: 20px;
    }

    .idx_advan .moren .txt li {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .idx_advan .column {
        height: 380px;
    }

    .idx_advan .experance {
        padding: 15px 20px 0;
        height: 380px;
    }

    .idx_advan .experance .tit .icon {
        width: 36px;
    }

    .idx_advan .experance .tit {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .idx_advan .experance .title {
        background-size: 18px;
        padding-left: 35px;
    }

    .idx_advan .experance .desc {
        padding-left: 35px;
    }

    .idx_advan .experance .text {
        margin-top: 20px;
    }

    .idx_partner {
        padding: 50px 0 30px;
    }

    .idx_koubei {
        padding: 80px 0 20px;
    }

    .idx_koubei .idx_titbox {
        position: initial;
    }

    .idx_koubei_menu {
        width: 100%;
        margin-top: 50px;
        text-align: center;
        float: none;
    }

    .idx_koubei_menu .lk {
        display: inline-block;
        vertical-align: middle;
        margin: 0 35px;
        background: transparent;
        padding-left: 0;
    }

    .idx_koubei_wrap {
        float: none;
        width: 100%;
    }

    .idx_koubei_wrap .mapbox {
        width: 90%;
        margin: 30px auto 0;
    }

    .idx_koubei_slide {
        position: initial;
        padding: 0;
    }

    .idx_koubei_slide .item {
        padding: 30px 20px 30px;
    }

    .idx_koubei_slide .txt .wz {
        font-size: 14px;
        line-height: 24px;
    }

    .idx_koubei_slide .txt:before {
        width: 30px;
    }

    .idx_koubei_slide .hdimg {
        width: 50px;
        height: 50px;
    }

    .idx_koubei_slide .company {
        font-size: 13px;
        line-height: 35px;
    }

    /*产品*/
    .inner_banner {
        height: 360px;
    }

    .inner_banner .title {
        font-size: 26px;
    }

    .inner_banner .txt {
        font-size: 18px;
        line-height: 36px;
    }

    .inner_banner .line {
        margin: 20px auto;
    }

    .inner_banner .txtwrap {
        margin-top: 18%;
    }

    .pro_menuwrap {
        padding: 40px 0 50px;
    }

    .pro_menu .lk .icon {
        width: 70px;
    }

    .pro_menu .lk .title {
        font-size: 16px;
        margin-top: 15px;
    }

    .pro_introlist {
        padding: 15px 25px;
    }

    .pro_introlist .txt {
        min-height: 80px;
    }

    .pro_introlist .item {
        padding: 20px 25px 20px 45px;
    }

    .pro_introlist .icon {
        width: 30px;
        top: 25px;
    }

    .pro_advan_list {
        margin: 70px 0 0 -2%;
    }

    .pro_advan_list .item {
        width: 31.3%;
        margin: 0 0 60px 2%;
        padding: 55px 30px 0;
    }

    .pro_advan_list .item .num {
        font-size: 40px;
        left: 20px;
        line-height: 40px;
    }

    .pro_advan_list .item .icon {
        width: 45px;
        left: 20px;
        top: -23px;
    }

    .pro_advan_list .item .brief {
        line-height: 26px;
    }

    .pro_advan_list .item .title {
        font-size: 18px;
    }

    .pro_case {
        padding: 40px 0 30px;
    }

    .pro_case_list {
        margin: 40px 0 0 -2%;
    }

    .pro_case_list .item {
        width: 23%;
        margin: 0 0 20px 2%;
    }

    .pro_case_list .item .title {
        font-size: 15px;
        padding: 10px 0;
    }

    /*成功案例*/
    .case_banner .wrapbox {
        margin-top: 22%;
        display: block
    }

    .case_banner .videoWrapbox {
        margin-top: 22%;
        display: none
    }

    .case_banner .cn {
        font-size: 40px;
    }

    .case_banner .en {
        font-size: 18px;
        margin-top: 20px;
    }

    .case_top {
        padding: 40px 0;
    }

    .case_toplist {
        margin: 50px 0 0 -2%;
    }

    .case_toplist .item {
        width: 23%;
        margin: 0 0 20px 2%;
    }

    .case_toplist .info {
        padding: 15px 0;
    }

    .case_toplist .title {
        font-size: 16px;
    }

    .case_toplist .brief {
        font-size: 14px;
        margin-top: 5px;
    }

    .pagelist a {
        min-width: 28px;
        line-height: 28px;
        font-size: 13px;
    }

    .case_partner {
        padding: 35px 0;
    }

    .case_partner .idx_partner_list {
        margin-top: 40px;
    }

    /*成功案例详情*/
    .newsdet_banner {
        height: 360px;
    }

    .newsdet_banner .txtwrap {
        margin-top: 18%;
    }

    .newsdet_banner .txtwrap .cn {
        font-size: 38px;
    }

    .newsdet_banner .txtwrap .en {
        font-size: 22px;
    }

    .newsdet_main {
        padding: 40px 0 40px;
    }

    .newsdet_l {
        width: 100%;
    }

    .casedet_detaial {
        padding: 40px 35px;
        padding-top: 100px;
    }

    .newsdet_detail .title {
        font-size: 26px;
    }

    .newsdet_r {
        display: none;
    }

    .casedet_detaial .toptag {
        font-size: 18px;
        width: 160px;
    }

    /*关于我们*/
    .about_banner .wrapbox {
        width: 90%;
    }

    .about_banner .desc {
        font-size: 15px;
        margin-top: 15px;
        line-height: 30px;
    }

    .about_banner .desc p {
        margin-bottom: 5px;
    }

    .about_banner .title {
        font-size: 26px;
    }

    .about_banner .title .en_img {
        height: 26px;
    }

    .about_banner .title span {
        line-height: 30px;
        width: 250px;
    }

    .about_idea {
        padding: 50px 0 20px;
    }

    .about_idea .desc {
        font-size: 15px;
        line-height: 30px;
        padding: 30px 20px 0;
    }

    .about_news {
        padding: 40px 0;
    }

    .about_news_list {
        margin: 65px 0 0 -2%;
    }

    .about_news_list .item {
        width: 23%;
        margin: 0 0 20px 2%;
    }

    .about_news_list .title {
        font-size: 16px;
    }

    .about_news_list .brief {
        font-size: 13px;
        line-height: 22px;
    }

    .about_contact .wrap {
        padding: 2%;
    }

    .about_contact .info {
        width: 45%;
    }

    .about_contact .map {
        width: 50%;
    }

    .about_contact .map:before {
        width: 40px;
        height: 40px;
        left: -20px;
        margin-top: -20px;
    }

    .about_contact .text li {
        font-size: 14px;
        padding-left: 32px;
    }

    .about_contact .tips {
        font-size: 14px;
        line-height: 26px;
        margin-top: 20px;
    }

    /*合作伙伴*/
    .partner_banner .wrapbox {
        margin-top: 15%;
    }

    .partner_banner .en {
        font-size: 70px;
    }

    .partner_banner .cn {
        font-size: 44px;
    }

    .partner_banner .txt {
        margin-top: 30px;
        font-size: 16px;
        line-height: 30px;
        padding: 10px 45px;
    }

    .partner_banner .txt:before {
        left: 20px;
    }

    .partner_banner .txt:after {
        right: 20px;
    }

    .partner_module {
        padding: 40px 0 30px;
    }

    .partner_module .idx_partner_list {
        margin-top: 40px;
    }

    /*解决方案*/
    .project_banner .wrapbox {
        margin-top: 17%;
    }

    .project_banner .cn {
        font-size: 28px;
    }

    .project_banner .txt {
        font-size: 15px;
        margin: 10px auto 0;
        width: 100%;
        line-height: 30px;
    }

    .project_banner .button {
        margin: 20px auto 0;
        font-size: 16px;
        width: 140px;
        line-height: 40px;
    }

    .project_main {
        padding: 70px 0 0;
    }

    .project_module {
        padding: 50px 0 35px;
    }

    .project_tit {
        font-size: 22px;
    }

    .project_tit:before,
    .project_tit:after {
        margin: 0 30px;
    }

    .project_list {
        margin: 55px 0 0 -2%;
    }

    .project_list .item {
        padding: 15px 15px 15px;
        width: 31.3%;
        margin: 0 0 10px 2%;
    }

    .project_list .txt {
        margin-top: 10px;
        line-height: 22px;
        height: 88px;
    }

    .project_list .title {
        font-size: 16px;
        margin-top: 20px;
    }

    .project_list .icon {
        width: 50px;
    }

    .project_iden {
        padding: 40px 0 60px;
    }

    .project_iden .list {
        margin: 50px 0 0 -2%;
    }

    .project_iden .list li {
        width: 23%;
        margin-left: 2%;
    }

    /*新闻动态详情*/
    .newsdet_detail {
        padding: 40px 35px;
    }

    /*招商弹窗*/
    .pop_form {
        padding: 40px 40px 20px;
        width: 660px;
        margin-top: -310px;
    }

    .pop_form li {
        margin-bottom: 15px;
    }

    .pop_form .ipt_txt {
        height: 36px;
        line-height: 36px;
    }

    .pop_form .tit {
        line-height: 36px;
    }

    .pop_form .ipt_button {
        width: 150px;
        line-height: 36px;
        font-size: 15px;
        margin: 15px auto 0;
    }

    .banner .button {
        bottom: 50px;
        font-size: 16px;
        line-height: 45px;
        width: 180px;
        margin-left: -90px;
    }

    .banner .owl-theme .owl-controls .owl-page span {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }


    /* 3D全景电子沙盘 */
    .hd_nav .drop {
        overflow-y: scroll;
        top: 65px;
        padding: 15px 0 10px;
        box-shadow: 0 5px 10px #ddd;
    }

    .hd_nav .drop .t_tit {
        line-height: 30px;
    }

/* newbanner */
   .new_banner .owl-theme .owl-controls .owl-buttons div{display: none;}
   .new_banner .item{height: 500px;}
   .new_banner .itema1 .info{left: 2%;margin-top: -140px;}
   .new_banner .itema1 .title{font-size: 36px;margin-bottom: 20px;}
   .new_banner .itema1 .txt{font-size: 16px;margin-top: 25px;}
   .new_banner .itema1 .list{margin-top: 35px;}
   .new_banner .itema1 .list .icon{height: 46px;}
   .new_banner .itema1 .list .fz{font-size: 16px;}
   
   .new_banner .itema2 .info{left: 2%;margin-top: -100px;}
   .new_banner .itema2 .title{font-size: 32px;}
   .new_banner .itema2 .txt{font-size: 16px;line-height: 30px;}
   
   .new_banner .itema3 .info{left: 2%;margin-top: -100px;}
   .new_banner .itema3 .title{font-size: 34px;line-height: 50px;margin-bottom: 20px;}
   .new_banner .itema3 .list .num{font-size: 36px;line-height: 40px;}
   .new_banner .itema3 .list .fz{font-size: 16px;line-height: 26px;}

/* 2022.3.7新增 */
   .new_banner1 .wrap{margin-top: 18vh;}
   .new_banner1 .bt{font-size: 32px;}
   .new_banner1 .bt em{font-size: 44px;}
   .new_banner1 .font{font-size: 26px;margin-top: 20px;}
   .new_banner1 .bianhao{background-size: 34px;font-size: 20px;padding-left: 44px;margin-top: 40px;}
   .new_banner1 .more{font-size: 15px;margin-top: 50px;width: 120px;line-height: 45px;}
   .new_banner1 .pic{width: 400px;right: 0;}
   
   
   .new_banner2 .bt{font-size: 60px;line-height: 60px;margin-bottom: 40px;}
   .new_banner2 .bt em{font-size: 70px;}
   .new_banner2 .tags{width: 504px;height: 48px;line-height: 48px;}
   .new_banner2 .tags span{font-size: 20px;}
   .new_banner2 .tags span::before{width: 24px;height: 24px;}
   
   .new_banner2 .detail{width: 85%;margin:0 auto;}
   .new_banner2 .bot{background-size:100% 180px;margin-top: 45px;}
   
   
   .new_banner2 .swiper-button-next,.new_banner2 .swiper-button-prev{display: none;}
   .new_banner2 .swiper-pagination{display: block;}
   .new_banner2 .swiper-pagination{position:static;margin-top: 20px;font-size: 0;}
   
   .new_banner2 .swiper-pagination-bullet{width: 10px;height: 10px;background: #fff;margin:0 3px;}
   .new_banner2 .swiper-pagination-bullet-active{background: #fff;}
   


    .hd_nav .drop .list .lk {
        width: 33.3%;
        margin-bottom: 15px;
    }

    .hd_nav .drop .list .ico {
        width: 32px;
        margin-top: 5px;
    }

    .hd_nav .drop .list .info {
        margin-left: 42px;
    }

    .hd_nav .drop .list .title {
        font-size: 15px;
    }

    .hd_nav .drop .list .fz {
        font-size: 12px;
        margin-top: 0;
    }

    .xit_banner {
        padding-top: 80px;
    }

    .xit_banner .auto {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

    .xit_banner .img {
        width: 48%;
        margin: 0;
        float: none !important;
    }

    .xit_banner .info {
        width: 48%;
        float: none !important;
        padding-top: 0 !important;
    }

    .xit_banner .title {
        line-height: 32px;
        font-size: 22px;
    }

    .xit_banner .line {
        margin: 15px 0;
        width: 30px;
    }

    .xit_banner .txt {
        font-size: 14px;
        line-height: 24px;
    }

    .view_banner .img {
        width: 36%;
    }

    .view_banner .info {
        padding-top: 6%;
    }

    .view_mod {
        padding: 30px 0;
    }

    .view_mod .info {
        padding-top: 0;
    }

    .view_mod .title {
        font-size: 20px;
    }

    .view_mod .list {
        max-width: 100%;
    }

    .view_mod .list .icon {
        height: auto;
        max-width: 70%;
    }

    .view_mod .list .fz {
        font-size: 12px;
    }

    .view_mod .img {
        margin-top: 40px;
    }

    .xit_case {
        padding: 60px 0;
    }

    .xit_case .list {
        margin-top: 50px;
    }

    .xit_case .list .title {
        font-size: 14px;
    }


    /* 电子摇号系统 */
    .xit_point {
        margin-top: 60px;
    }

    .xit_value {
        margin: 0;
        padding: 60px 0;
    }

    .xit_value .list .item {
        padding: 0 10px;
    }

    .xit_value .list .icon {
        height: 90px;
    }

    .xit_value .list .title {
        font-size: 17px;
    }

    .xit_value .list .item:hover {
        box-shadow: none;
    }

    .xit_value .list .txt {
        font-size: 13px;
        height: auto;
        -webkit-line-clamp: initial;
        width: 100%;
    }

    .xit_xt {
        padding: 60px 0 60px;
        min-height: auto;
        background: #f5f6f8;
    }

    .xit_xt .list li {
        margin-bottom: 20px;
    }

    .xit_xt .list .icon {
        width: 40px;
    }

    .xit_xt .list .info {
        margin-left: 60px;
    }

    .xit_xt .list .title {
        font-size: 17px;
    }

    .xit_xt .list .txt {
        margin-top: 10px;
    }

    .xit_lc .wrapbox {
        margin-top: 0;
    }

    /* 购房登记资料审核系统 */
    .check_pain {
        padding: 60px 0;
    }

    .check_pain .list {
        margin-top: 50px;
    }

    .check_pain .list .info {
        padding: 20px 0 15px;
    }


    /* 渠道风控系统 */
    .qd_banner .img {
        width: 40%;
    }

    /* 微信选车位系统 */
    .xs_banner .auto {
        justify-content: left;
    }

    .xs_describe {
        margin-top: 0;
        padding: 60px 0;
    }

    .xs_describe .detail {
        margin-top: 50px;
    }

	/* newbanner */
	.new_banner .owl-theme .owl-controls .owl-buttons div{display: none;}
	.new_banner .item{height: 400px;}
	.new_banner .itema1 .info{left: 2%;margin-top: -105px;max-width:300px;}
	.new_banner .itema1 .title{font-size: 26px;margin-bottom: 20px;line-height: 30px;}
	.new_banner .itema1 .txt{font-size: 14px;margin-top: 20px;line-height: 22px;}
	.new_banner .itema1 .list{margin-top: 25px;}
	.new_banner .itema1 .list .icon{height: 40px;}
	.new_banner .itema1 .list .fz{font-size: 14px;margin-top: 10px;}
	
	.new_banner .itema2 .info{left: 2%;margin-top: -80px;}
	.new_banner .itema2 .title{font-size: 26px;}
	.new_banner .itema2 .txt{font-size: 14px;line-height: 22px;}
	.new_banner .itema2 .more{font-size: 14px;width: 120px;line-height: 34px;margin-top: 25px;}
	
	.new_banner .itema3 .info{left: 2%;margin-top: -100px;}
	.new_banner .itema3 .title{font-size: 26px;line-height: 40px;margin-bottom: 20px;}
	.new_banner .itema3 .list .num{font-size: 26px;line-height: 30px;}
	.new_banner .itema3 .list .fz{font-size: 14px;line-height: 22px;margin-top: 10px;}

/* 2022.3.7新增 */
	.new_banner1 .wrap{margin-top: 13vh;}
	.new_banner1 .bt{font-size: 22px;}
	.new_banner1 .bt em{font-size: 30px;}
	.new_banner1 .font{font-size: 20px;margin-top: 15px;}
	.new_banner1 .bianhao{background-size: 24px;font-size: 16px;padding-left: 34px;margin-top: 30px;line-height: 30px;}
	.new_banner1 .more{font-size: 15px;margin-top: 30px;width: 120px;line-height: 45px;}
	.new_banner1 .pic{width: 340px;right: 0;top: -25px;}
	
	.new_banner2 .wrap{padding-top: 12vh;}
	.new_banner2 .bt{font-size: 30px;line-height: 40px;margin-bottom: 20px;}
	.new_banner2 .bt em{font-size: 40px;}
	.new_banner2 .tags{width: 420px;height: 40px;line-height: 40px;padding:0 50px 0 20px;}
	.new_banner2 .tags span{font-size: 16px;}
	.new_banner2 .tags span::before{width: 20px;height: 20px;}
	
	.new_banner2 .detail{width: 75%;margin:0 auto;}
	.new_banner2 .bot{background-size:100% 130px;margin-top: 25px;}
	
	
	.new_banner2 .swiper-button-next,.new_banner2 .swiper-button-prev{display: none;}
	.new_banner2 .swiper-pagination{display: block;}
	.new_banner2 .swiper-pagination{position:static;margin-top: 15px;font-size: 0;}
	
	.new_banner2 .swiper-pagination-bullet{width: 8px;height: 8px;background: #fff;margin:0 3px;}
	.new_banner2 .swiper-pagination-bullet-active{background: #fff;}
	
	
}
@media screen and (min-width: 767px) and (max-width: 3099px) {
 .sj_menu1{
display:none
}
}


@media screen and (min-width: 320px) and (max-width: 767px) {
    .sj_menu {
        background: url(../images/menu.png) no-repeat center;
        background-size: contain;
        width: 36px;
        height: 36px;
        position: absolute;
        right: 2%;
        top: 50%;
        margin-top: -18px;
    }

 .sj_menu1{
display: inline-block;
                                                      margin-top: 5px;
                                                      position: absolute;
                                                      right: 60px;
}

    .head {
        padding: 10px 0;
        background: #01a65a !important;
    }

    .head + div {
        margin-top: 55px;
    }

    .hd_nav {
        background: #01a65a;
        position: fixed;
        width: 100%;
        left: 0;
        top: 55px;
        padding: 5px 0;
        background: #01a65a;
        border-top: 1px solid #25b170;
        display: none;
    }

    .hd_nav li {
        margin: 0;
        padding: 0 20px;
        display: block;
        line-height: 35px;
        font-size: 15px;
    }

    .hd_nav li.cur:after,
    .hd_nav li:hover:after {
        display: none;
    }

    .hd_nav li:after {
        bottom: 15px;
    }

    .hd_logo {
        margin-top: 0;
    }

    .hd_logo .img {
        height: 35px;
    }

    .hd_nav li:hover .dropmenu {
        display: none;
    }

    /*首页*/
    .banner .owl-pagination {
        bottom: 10px;
    }

    .banner .owl-theme .owl-controls .owl-page span {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }

    .banner .imgbox {
        height: 220px;
    }

    .banner .owl-theme .owl-controls .owl-buttons {
        display: none;
    }

    .banner .button {
        bottom: 40px;
        font-size: 12px;
        line-height: 35px;
        width: 120px;
        margin-left: -60px;
    }

    .idx_titbox .t_tit {
        font-size: 20px;
    }

    .idx_titbox .t_brief {
        font-size: 13px;
        margin-top: 15px;
    }

    .idx_titbox .t_line {
        margin: 10px auto 0;
        width: 30px;
    }

    .idx_topmenu {
        padding: 40px 0 10px;
    }

    .idx_topmenu .list {
        margin-left: -2%;
    }

    .idx_topmenu .item {
        padding: 30px 15px 20px;
        width: 48%;
        margin: 0 0 8px 2%;
    }

    .idx_topmenu .item .title {
        margin-top: 20px;
        font-size: 16px;
    }

    .idx_topmenu .item .brief {
        font-size: 13px;
        line-height: 22px;
    }

    .idx_topmenu .item .icon {
        width: 40px;
    }

    .idx_case {
        padding: 50px 0 20px;
        font-size: 0;
        text-align: center;
    }

    .idx_casemenu .lk {
        display: inline-block;
        vertical-align: middle;
        padding: 0 5px;
    }

    .idx_casemenu .lk span {
        padding: 10px 0px;
        font-size: 14px;
        border-bottom: 2px solid transparent;
    }

    .idx_casemenu .lk.cur span,
    .idx_casemenu .lk:hover span {
        font-size: 14px;
    }

    .idx_caselist {
        text-align: center;
        font-size: 0;
        padding: 30px 0 0;
    }

    .idx_caselist .item {
        width: 33.3%;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .idx_caselist .icon {
        width: 38px;
    }

    .idx_advan .experance {
        width: 100%;
    }

    .idx_partner {
        padding: 50px 0 30px;
    }

    .idx_partner_list {
        margin-top: 30px;
    }

    .idx_partner_list {
        margin-left: -2%;
    }

    .idx_partner_list .item {
        width: 18%;
        margin-left: 2%;
        padding: 0;
    }

    .idx_partner_list .item .img {
        height: auto;
    }

    .ft_topbar {
        padding: 25px 0;
        text-align: center;
    }

    .ft_topbar .title {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .ft_topbar .txt {
        font-size: 14px;
        margin-top: 10px;
        line-height: 24px;
    }

    .ft_topbar .button {
        font-size: 15px;
        width: 100px;
        right: 2%;
        position: initial;
        margin: 20px auto 0;
        line-height: 35px;
    }

    .fixed_kf {
        display: none;
    }

    .foot {
        padding: 30px 0 0;
    }

    .ft_service,
    .ft_case,
    .ft_contact {
        width: 100%;
        margin-bottom: 5px;
    }

    .ft_vx {
        width: 40%;
        margin-top: 20px;
    }

    .ft_info {
        width: 50%;
        margin-top: 20px;
        margin-left: 10%;
    }

    .ft_vx .vx_img {
        width: 100px;
        height: 100px;
    }

    .ft_vx .fz {
        font-size: 12px;
        margin-top: 10px;
    }

    .ft_info .smlogo {
        height: 30px;
        margin-bottom: 15px;
    }

    .fixed_bottom {
        display: none;
    }

    .ft_info .tt {
        font-size: 16px;
    }

    .ft_info li.tel {
        background-size: 20px;
        padding-left: 30px;
        margin-bottom: 10px;
    }

    .ft_bottom p {
        font-size: 10px;
        line-height: 20px;
    }

    .ft_top a.lk:before {
        width: 3px;
        height: 3px;
    }

    .ft_top .tit {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .ft_top a.lk {
        font-size: 13px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
    }

    .ft_top a.lk:before {
        margin-right: 5px;
    }

    .idx_advan {
        padding: 40px 0 40px;
    }

    .idx_advan .moren {
        display: none !important;
    }

    .idx_advan .moren .icon {
        width: 45px;
    }

    .idx_advan .moren .title {
        font-size: 16px;
        margin: 20px 0 25px;
    }

    .idx_advan .moren .txt {
        padding: 0 15px;
        margin-top: 20px;
    }

    .idx_advan .moren .txt li {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .idx_advan .detail {
        margin-top: 30px;
        background: transparent;
        border: none;
    }

    .idx_advan .column.cur {
        box-shadow: none;
    }

    .idx_advan .column {
        height: auto;
        width: 100% !important;
        margin-bottom: 10px;
        float: none;
        border: 1px solid #ddd;
        background: #fff;
    }

    .idx_advan .experance {
        padding: 15px 20px 0;
        height: auto;
        display: block !important;
        opacity: 1;
    }

    .idx_advan .experance .tit .icon {
        width: 36px;
    }

    .idx_advan .experance .tit {
        font-size: 16px;
        padding-bottom: 10px;
        line-height: 36px;
    }

    .idx_advan .experance .title {
        background-size: 18px;
        padding-left: 35px;
    }

    .idx_advan .experance .desc {
        padding-left: 35px;
        font-size: 13px;
    }

    .idx_advan .experance .text {
        margin-top: 20px;
    }

    .idx_advan .experance li {
        margin-bottom: 15px;
    }

    .idx_koubei {
        padding: 50px 0 20px;
    }

    .idx_koubei .idx_titbox {
        position: initial;
    }

    .idx_koubei_menu {
        width: 100%;
        margin-top: 30px;
        text-align: center;
        float: none;
    }

    .idx_koubei_menu .lk {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px;
        background: transparent;
        padding-left: 0;
        font-size: 16px;
    }

    .idx_koubei_wrap .mapbox .img {
        height: auto;
    }

    .idx_koubei_wrap {
        float: none;
        width: 100%;
    }

    .idx_koubei_wrap .mapbox {
        width: 100%;
        margin: 30px auto 0;
    }

    .idx_koubei_slide {
        position: initial;
        padding: 0;
    }

    .idx_koubei_slide .item {
        padding: 30px 20px 30px;
        margin: 0 5px;
    }

    .idx_koubei_slide .txt .wz {
        font-size: 14px;
        line-height: 24px;
    }

    .idx_koubei_slide .txt:before {
        width: 30px;
    }

    .idx_koubei_slide .hdimg {
        width: 50px;
        height: 50px;
    }

    .idx_koubei_slide .company {
        font-size: 13px;
        line-height: 35px;
    }

    .idx_koubei_slide .info {
        margin-top: 10px;
    }

    .idx_koubei_slide .owl-carousel .owl-item {
        padding-bottom: 20px;
    }

    .idx_koubei_slide .owl-theme .owl-controls .owl-page span {
        margin: 0 5px;
        width: 10px;
        height: 10px;
    }

    /*产品*/
    .inner_banner {
        height: 220px;
    }

    .inner_banner .title {
        font-size: 15px;
    }

    .inner_banner .txt {
        font-size: 12px;
        line-height: 22px;
    }

    .inner_banner .line {
        margin: 15px auto;
        height: 4px;
    }

    .inner_banner .txtwrap {
        margin-top: 15%;
    }

    .pro_menuwrap {
        padding: 40px 0 50px;
    }

    .pro_menu .lk {
        padding-bottom: 30px;
    }

    .pro_menu .lk .icon {
        width: 45px;
        height: 45px;
    }

    .pro_menu .lk .title {
        font-size: 14px;
        margin-top: 10px;
        height: 30px;
    }

    .pro_menu .lk:after {
        border-width: 0 10px 12px 10px;
        margin-left: -10px;
    }

    .pro_introlist {
        padding: 15px 15px;
    }

    .pro_introlist .txt {
        min-height: 100px;
        font-size: 12px;
    }

    .pro_introlist .item {
        padding: 10px 20px 20px 30px;
        width: 50%;
    }

    .pro_introlist .title {
        font-size: 14px;
        line-height: 30px;
    }

    .pro_introlist .icon {
        width: 26px;
        top: 10px;
    }

    .pro_advan {
        padding: 40px 0 1px;
    }

    .pro_advan_list {
        margin: 70px 0 0 -2%;
    }

    .pro_advan_list .item {
        width: 48%;
        margin: 0 0 50px 2%;
        padding: 35px 20px 0;
        height: 220px;
    }

    .pro_advan_list .item .num {
        font-size: 30px;
        left: 20px;
        line-height: 30px;
        top: 30px;
    }

    .pro_advan_list .item .icon {
        width: 38px;
        left: 15px;
        top: -19px;
    }

    .pro_advan_list .item .brief {
        line-height: 24px;
        margin-top: 15px;
    }

    .pro_advan_list .item .title {
        font-size: 16px;
        text-align: left;
        padding-left: 40px;
        line-height: 23px;
    }

    .pro_case {
        padding: 40px 0 30px;
    }

    .pro_case_list {
        margin: 30px 0 0 -2%;
    }

    .pro_case_list .item {
        width: 48%;
        margin: 0 0 20px 2%;
    }

    .pro_case_list .item .title {
        font-size: 15px;
        padding: 10px 0;
    }

    /*成功案例*/
    .case_banner .wrapbox {
        margin-top: 16%;
        display: block
    }

    .case_banner .videoWrapbox {
        margin-top: 16%;
        display: none
    }

    .case_banner .cn {
        font-size: 21px;
        letter-spacing: 3px;
    }

    .case_banner .en {
        font-size: 15px;
        margin-top: 15px;
    }

    .case_top {
        padding: 40px 0;
    }

    .case_toplist {
        margin: 50px 0 0 -2%;
    }

    .case_toplist .item {
        width: 31.3%;
        margin: 0 0 15px 2%;
    }

    .case_toplist .info {
        padding: 10px 0;
    }

    .case_toplist .title {
        font-size: 15px;
    }

    .case_toplist .brief {
        font-size: 13px;
        margin-top: 5px;
    }

    .pagelist a {
        min-width: 28px;
        line-height: 28px;
        font-size: 13px;
    }

    .idx_titbox .lks .lk {
        font-size: 13px;
        padding: 0 6px;
    }

    .case_partner {
        padding: 35px 0;
    }

    .case_partner .idx_partner_list {
        margin-top: 30px;
    }

    /*成功案例详情*/
    .newsdet_banner {
        height: 220px;
    }

    .newsdet_banner .txtwrap {
        margin-top: 18%;
    }

    .newsdet_banner .txtwrap .cn {
        font-size: 24px;
    }

    .newsdet_banner .txtwrap .en {
        font-size: 18px;
        margin-top: 10px;
    }

    .newsdet_main {
        padding: 30px 0 30px;
    }

    .newsdet_l {
        width: 100%;
    }

    .casedet_detaial {
        padding: 30px 15px;
        padding-top: 80px;
    }

    .newsdet_detail .title {
        font-size: 18px;
    }

    .newsdet_detail .sm {
        font-size: 13px;
        margin-top: 15px;
    }

    .newsdet_r {
        display: none;
    }

    .casedet_detaial .toptag {
        font-size: 15px;
        width: 140px;
        line-height: 40px;
    }

    .newsdet_detail .editbox {
        margin-top: 30px;
    }

    .newsdet_detail .editbox p {
        font-size: 13px;
        line-height: 24px;
    }

    /*关于我们*/
    .about_banner {
        height: 320px;
    }

    .about_banner .wrapbox {
        width: 100%;
        margin-top: 13%;
    }

    .about_banner .desc {
        font-size: 13px;
        margin-top: 15px;
        line-height: 24px;
    }

    .about_banner .desc p {
        margin-bottom: 5px;
    }

    .about_banner .title {
        font-size: 20px;
    }

    .about_banner .title .en_img {
        height: 20px;
    }

    .about_banner .title span {
        line-height: 20px;
        width: 230px;
    }

    .about_idea {
        padding: 30px 0 20px;
    }

    .about_idea .desc {
        font-size: 14px;
        line-height: 24px;
        padding: 20px 2% 0;
    }

    .about_news {
        padding: 40px 0;
    }

    .about_news_list {
        margin: 35px 0 0 -2%;
    }

    .about_news_list .item {
        width: 48%;
        margin: 0 0 15px 2%;
    }

    .about_news_list .title {
        font-size: 16px;
    }

    .about_news_list .brief {
        font-size: 13px;
        line-height: 22px;
    }

    .about_contact .wrap {
        padding: 0 2%;
    }

    .about_contact .info {
        width: 100%;
    }

    .about_contact .map {
        width: 100%;
        margin-top: 20px;
    }

    .about_contact .map:before {
        width: 40px;
        height: 40px;
        left: -20px;
        margin-top: -20px;
        display: none;
    }

    .about_contact .text {
        margin-top: 25px;
    }

    .about_contact .text li {
        font-size: 14px;
        padding-left: 32px;
        margin-bottom: 10px;
    }

    .about_contact .tips {
        font-size: 14px;
        line-height: 26px;
        margin-top: 20px;
    }

    /*合作伙伴*/
    .partner_banner .wrapbox {
        margin-top: 10%;
    }

    .partner_banner .en {
        font-size: 40px;
        letter-spacing: 5px;
        line-height: 60px;
    }

    .partner_banner .cn {
        font-size: 26px;
        line-height: 30px;
        margin-top: -20px;
    }

    .partner_banner .txt {
        margin-top: 25px;
        font-size: 14px;
        padding: 5px 25px;
        line-height: 22px;
    }

    .partner_banner .txt:before {
        display: none;
    }

    .partner_banner .txt:after {
        display: none;
    }

    .partner_module {
        padding: 40px 0 20px;
    }

    .partner_module .idx_partner_list {
        margin-top: 20px;
    }

    /*解决方案*/
    .project_banner .wrapbox {
        margin-top: 9%;
    }

    .project_banner .cn {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 30px;
    }

    .project_banner .txt {
        font-size: 13px;
        margin: 10px auto 0;
        width: 100%;
        line-height: 22px;
    }

    .project_banner .button {
        margin: 20px auto 0;
        font-size: 14px;
        width: 120px;
        line-height: 36px;
    }

    .project_main {
        padding: 50px 0 0;
    }

    .project_module {
        padding: 30px 0 25px;
    }

    .project_tit {
        font-size: 17px;
    }

    .project_tit:before,
    .project_tit:after {
        width: 60px;
    }

    .project_tit:before {
        margin: 0 15px 0 0;
    }

    .project_tit:after {
        margin: 0 0 0 15px;
    }

    .project_list {
        margin: 30px 0 0 -2%;
    }

    .project_list .item {
        padding: 10px 10px 10px;
        width: 48%;
        margin: 0 0 10px 2%;
    }

    .project_list .txt {
        margin-top: 10px;
        line-height: 20px;
        height: 100px;
        font-size: 12px;
    }

    .project_list .title {
        font-size: 15px;
        margin-top: 20px;
    }

    .project_list .icon {
        width: 40px;
    }

    .project_iden {
        padding: 40px 0 60px;
    }

    .project_iden .list {
        margin: 30px 0 0 -2%;
    }

    .project_iden .list li {
        width: 48%;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    /*新闻动态详情*/
    .newsdet_detail {
        padding: 30px 15px;
        padding-top: 70px;
    }

    /*招商弹窗*/
    .pop_form {
        padding: 35px 15px 20px;
        width: 96%;
        margin-top: -250px;
        margin-left: 0;
        left: 2%;
    }

    .pop_form .form {
        margin-top: 20px;
        /*height: 380px;overflow-y: scroll;*/
    }

    .pop_form .titbox .title {
        font-size: 18px;
    }

    .pop_form .titbox .title:before,
    .pop_form .titbox .title:after {
        width: 4px;
        height: 4px;
        margin: 0 10px;
    }

    .pop_form .titbox .sm {
        font-size: 12px;
        margin-top: 5px;
    }

    .pop_form li {
        margin-bottom: 13px;
    }

    .pop_form .ipt_txt {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }

    .pop_form .tit {
        line-height: 30px;
        width: 100%;
        font-size: 13px;
        width: 102px;
    }

    .pop_form .ipt_button {
        width: 150px;
        line-height: 36px;
        font-size: 15px;
        margin: 15px auto 0;
    }

    .pop_form .info {
        width: 100%;
        float: none;
        width: auto;
        margin-left: 110px;
    }

    .pop_form .ipt_textarea {
        height: 70px;
    }

    .pop_form .tit .icon {
        margin-right: 5px;
    }

    .pop_form .ipt {
        font-size: 13px;
    }

    .pop .close {
        background-size: 13px;
    }

    .pop_form .ipt_textarea {
        padding: 5px 10px;
    }

    /*index*/
    .idx_banner .item {
        height: 230px;
    }

    .idx_banner .item1 .info {
        width: 100%;
        padding-top: 12px;
        text-align: center;
    }

    .idx_banner .item1 .tit {
        font-size: 20px;
    }

    .idx_banner .item1 .smtit {
        font-size: 16px;
        margin-top: 20px;
    }

    .idx_banner .item1 .txt {
        font-size: 15px;
        line-height: 22px;
        color: #fff;
    }

    .idx_banner .item1 .txt p {
        margin-bottom: 10px;
    }

    .idx_banner .item2 {
        padding-top: 22px;
    }

    .idx_banner .item2 .title {
        font-size: 22px;
    }

    .idx_banner .item2 .txt {
        font-size: 15px;
        line-height: 22px;
        padding: 0 2%;
        margin-top: 30px;
    }

    .idx_banner .item2 .button {
        font-size: 14px;
        width: 150px;
        line-height: 40px;
        margin: 30px auto 0;
        position: initial;
    }

    .idx_banner .item3 {
        padding-top: 22px;
    }

    .idx_banner .item3 .title {
        font-size: 22px;
    }

    .idx_banner .item3 .list {
        margin-top: 50px;
    }

    .idx_banner .item3 li {
        margin: 0 5px;
    }

    .idx_banner .item3 .icon {
        width: 40px;
    }

    .idx_banner .item3 .fz {
        font-size: 13px;
        margin-top: 10px;
    }

    .idx_banner .item4 {
        padding-top: 16px;
    }

    .idx_banner .item4 .title {
        font-size: 20px;
    }

    .idx_banner .item4 .smtit {
        font-size: 16px;
        margin-top: 15px;
    }

    .idx_banner .item4 .list {
        margin-top: 32px;
        font-size: 0;
    }

    .idx_banner .item4 li {
        margin: 0;
        width: 20%;
        padding: 0 5px;
    }

    .idx_banner .item4 .icon {
        width: 40px;
    }

    .idx_banner .item4 .fz {
        font-size: 10px;
        margin-top: 10px;
    }

    .idx_banner .item5 {
        text-align: center;
        padding-top: 12px;
    }

    .idx_banner .item5 .tit {
        font-size: 20px;
    }

    .idx_banner .item5 .smtit {
        font-size: 16px;
        margin-top: 40px;
    }

    .idx_banner .item5 .fz {
        font-size: 14px;
        margin-top: 10px;
    }

    .idx_banner .item5 .bot {
        margin-top: 15px;
    }

    .idx_banner .item5 .bot em {
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 12px;
        background-size: 13px 10px;
        padding-left: 20px;
    }

    .idx_banner .item6 {
        text-align: center;
        padding-top: 12px;
    }

    .idx_banner .item6 .tit {
        font-size: 20px;
    }

    .idx_banner .item6 .smtit {
        font-size: 12px;
        margin-top: 15px;
    }

    .idx_banner .item7 {
        text-align: center;
        padding-top: 12px;
    }

    .idx_banner .item7 .tit {
        font-size: 20px;
    }

    .idx_banner .item7 .smtit {
        font-size: 12px;
        margin-top: 22px;
        text-align: left;
    }

    /* 3D全景电子沙盘 */
    .auto {
        padding: 0 3%;
    }

    .sj_menu.close {
        background: url(../images/close-1.png) no-repeat center;
        background-size: 26px;
    }

    .hd_nav {
        background: #fff;
        overflow-y: scroll !important;
        bottom: 0;
    }

    .hd_nav li {
        border-bottom: 1px solid #efefef;
        position: relative;
    }

    .hd_nav li > a {
        display: block;
        color: #333;
        line-height: 50px;
    }

    .hd_nav li.has > a {
        /*background: url(../images/arrow.png) no-repeat right center;*/
        background-size: 16px;
    }

    .hd_nav li.has > a.a {
        /*background-image: url(../images/arrow-1.png)*/
    }

   .hd_nav li .arrow {
        width: 50px;
        height: 50px;
        background: url(../images/arrow.png) no-repeat right center;
        background-size: 16px;
        position: absolute;
        right: 15px;
        top: 0;
    }

    .hd_nav li .arrow.this {
        background-image: url(../images/arrow-1.png)
    }


    .hd_nav li:hover .drop {
        display: none;
    }

    .hd_nav .drop {
        padding: 0;
        display: none;
        position: static;
        background: transparent
    }

    .hd_nav .drop .auto {
    }

    .hd_nav .drop .t_tit {
        line-height: 30px;
        font-size: 15px;
        font-weight: normal;
        padding-left: 10px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .hd_nav .drop .t_tit::before {
        width: 3px;
        height: 14px;
        margin-top: -7px;
    }

    .hd_nav .drop .list {
        padding-left: 20px;
    }

    .hd_nav .drop .list .lk {
        width: 100%;
        margin-bottom: 10px;
    }

    .hd_nav .drop .list .ico {
        width: 24px;
        margin-top: 7px;
    }

    .hd_nav .drop .list .info {
        margin-left: 32px;
    }

    .hd_nav .drop .list .title {
        font-size: 14px;
        line-height: 20px;
    }

    .hd_nav .drop .list .fz {
        font-size: 12px;
        margin-top: 0;
         min-height: auto;
    }

    .xit_banner {
        padding-top: 0;
    }

    .xit_banner .auto {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    .xit_banner .img {
        width: 46%;
        display: inline-block;
        vertical-align: middle;
        margin-left: 2%;
        float: none;
    }

    .xit_banner .info {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        padding-top: 0 !important;
        float: none;
    }

    .xit_banner .title {
        line-height: 20px;
        font-size: 15px;
        letter-spacing: 0;
    }

    .xit_banner .line {
        margin: 10px 0;
        width: 20px;
        height: 1px;
    }

    .xit_banner .txt {
        font-size: 12px;
        line-height: 18px;
    }


    .view_main {
        padding: 30px 0 1px;
    }

    .view_mod {
        padding: 0;
        margin-bottom: 50px;
    }

    .view_mod .info {
        padding-top: 0;
        float: none !important;
        width: 100%;
        margin-bottom: 20px;
    }

    .view_mod .title {
        font-size: 18px;
    }

    .view_mod .line {
        width: 20px;
        height: 2px;
        margin-top: 10px;
    }

    .view_mod .txt {
        font-size: 12px;
        margin-top: 15px;
    }

    .view_mod .txt p {
        margin-bottom: 5px;
        padding-left: 10px;
    }

    .view_mod .txt p::before {
        width: 4px;
        height: 4px;
        top: 10px;
    }

    .view_mod .list {
        max-width: 100%;
        margin-top: 30px;
    }

    .view_mod .list .icon {
        height: auto;
        max-width: 60%;
    }

    .view_mod .list .fz {
        font-size: 12px;
        margin-top: 10px;
    }

    .view_mod .img {
        margin-top: 0;
        float: none !important;
        width: 100%;
    }

    .xit_case {
        padding: 30px 0;
    }

    .xit_case .list {
        margin-top: 30px;
        margin-left: -3%;
    }

    .xit_case .list .item {
        width: 47%;
        margin-bottom: 4%;
        margin-left: 3%;
    }

    .xit_case .list .title {
        font-size: 14px;
    }


    /* 电子摇号系统 */
    .xit_point {
        margin-top: 30px;
    }

    .xit_point .list {
        margin-top: 30px;
    }

    .xit_point .list .item {
    }

    .xit_point .list .txt {
        font-size: 12px;
        line-height: 20px;
        -webkit-line-clamp: 7;
        max-height: 140px;
        margin-top: 5px;
    }

    .xit_value {
        margin: 0;
        padding: 30px 0;
    }

    .xit_value .list {
        margin-top: 30px;
    }

    .xit_value .list .item {
        padding: 0 10px;
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }

    .xit_value .list .icon {
        height: 60px;
    }

    .xit_value .list .title {
        font-size: 15px;
        margin-top: 10px;
    }

    .xit_value .list .item:hover {
        box-shadow: none;
    }

    .xit_value .list .txt {
        font-size: 13px;
        height: auto;
        -webkit-line-clamp: initial;
        width: 100%;
        max-width: 100%;
        font-size: 11px;
        line-height: 20px;
        -webkit-line-clamp: initial;
        max-height: 100%;
    }

    .xit_xt {
        padding: 30px 0;
        min-height: auto;
        background: #f5f6f8;
    }

    .xit_xt .detail {
        margin-top: 30px;
    }

    .xit_xt .imgbox {
        width: 100%;
        display: block;
    }

    .xit_xt .list {
        margin: 25px 0 0;
        width: 100%;
    }

    .xit_xt .list li {
        margin-bottom: 15px;
    }

    .xit_xt .list .icon {
        width: 36px;
    }

    .xit_xt .list .info {
        margin-left: 46px;
    }

    .xit_xt .list .title {
        font-size: 15px;
    }

    .xit_xt .list .txt {
        margin-top: 5px;
        font-size: 12px;
        line-height: 21px;
    }

    .xit_lc .wrapbox {
        margin-top: 0;
        box-shadow: none;
        padding: 30px 0;
    }

    .xit_lc .detail {
        margin-top: 30px;
    }

    /* 购房登记资料审核系统 */
    .check_banner .txt {
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        height: 72px;
    }

    .check_pain {
        padding: 30px 0;
    }

    .check_pain .list {
        margin-top: 30px;
    }

    .check_pain .list .item {
        width: 48%;
        margin-bottom: 15px;
    }

    .check_pain .list .info {
        padding: 20px 0 0px;
    }

    .check_pain .list .info::before {
        width: 16px;
        height: 16px;
        top: -8px;
        margin-left: -8px;
    }

    .check_pain .list .line {
        width: 20px;
        margin: 10px auto;
    }

    .check_pain .list .txt {
        font-size: 12px;
        line-height: 20px;
        -webkit-line-clamp: initial;
        height: auto;
    }

    .check_pain .list .item:hover {
        box-shadow: none;
    }

    /* 微信选车位系统 */
    .xs_banner .auto {
        justify-content: left;
    }

    .xs_describe {
        margin-top: 0;
        padding: 30px 0;
    }

    .xs_describe .detail {
        margin-top: 30px;
    }

    /* 线上选房系统 */
    .xs_banner .txt {
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        height: 60px;
        line-height: 20px;
    }

/* newbanner */
	.new_banner .owl-theme .owl-controls .owl-buttons div{display: none;}
	.new_banner .item{height: 200px;background-position:40% center!important;}
	.new_banner .itema1 .info{left: 3%;margin-top: -55px;max-width:170px;}
	.new_banner .itema1 .title{font-size: 16px;margin-bottom: 15px;line-height: 20px;}
	.new_banner .itema1 .line{width: 20px;height: 1px;}
	.new_banner .itema1 .txt{font-size: 12px;margin-top: 10px;line-height: 20px;}
	.new_banner .itema1 .list{margin-top: 25px;display: none;}
	.new_banner .itema1 .list .icon{height: 40px;}
	.new_banner .itema1 .list .fz{font-size: 14px;margin-top: 10px;}
	
	.new_banner .itema2{background-position:35% center!important;}
	.new_banner .itema2 .info{left: 3%;margin-top: -47px;max-width:60%;}
	.new_banner .itema2 .title{font-size: 15px;line-height: 24px;}
	.new_banner .itema2 .txt{font-size: 12px;line-height: 20px;margin-top: 10px;max-width:80%;}
	.new_banner .itema2 .more{font-size: 12px;width:90px;line-height: 30px;margin-top: 15px;display: none;}
	
	.new_banner .itema3 .info{left: 2%;margin-top: -65px;text-align: center;width:100%;}
	.new_banner .itema3 .title{font-size: 16px;line-height: 24px;margin-bottom: 10px;}
	.new_banner .itema3 .title br{display: none;}
	.new_banner .itema3 .line{width: 20px;height: 1px;margin:0 auto;}
	.new_banner .itema3 .list{margin-top: 20px;text-align: center;margin: 0;margin-top: 15px;}
	.new_banner .itema3 .list li{float:none;display: inline-block;vertical-align: middle;margin: 0 10px;}
	.new_banner .itema3 .list .num{font-size: 15px;line-height: 20px;}
	.new_banner .itema3 .list .fz{font-size: 12px;line-height: 18px;margin-top: 5px;}

/* 2022.3.7新增 */
        .new_banner1{height: 200px!important;}
	.new_banner1 .wrap{margin-top: 5vh;}
	.new_banner1 .info{position:relative;z-index:5;padding-top: 0;}
	.new_banner1 .bt{font-size: 16px;}
	.new_banner1 .bt em{font-size: 18px;}
	.new_banner1 .font{font-size: 13px;margin-top: 10px;}
	.new_banner1 .bianhao{background-size: 18px;font-size: 13px;padding-left: 24px;margin-top: 20px;line-height: 24px;}
	.new_banner1 .more{font-size: 12px;margin-top: 20px;width: 95px;line-height: 32px;}
	.new_banner1 .pic{width: 200px;right: 0;top: 50%;margin-top: -65px;}
	
	.new_banner2{height: 200px!important;}
	.new_banner2 .wrap{padding-top: 4vh;}
	.new_banner2 .bt{font-size: 20px;line-height: 30px;margin-bottom: 15px;}
	.new_banner2 .bt em{font-size: 26px;margin-right: 5px;}
	.new_banner2 .tags{width: 300px;height: 29px;line-height: 29px;padding:0 30px 0 20px;}
	.new_banner2 .tags span{font-size: 13px;}
	.new_banner2 .tags span::before{width: 14px;height: 14px;margin-right: 3px;}
	
	.new_banner2 .detail{width: 90%;margin:0 auto;}
	.new_banner2 .bot{background-size:100% 90px;margin-top: 25px;}
	
	
	.new_banner2 .swiper-button-next,.new_banner2 .swiper-button-prev{display: none;}
	.new_banner2 .swiper-pagination{display: block;}
	.new_banner2 .swiper-pagination{position:static;margin-top: 15px;font-size: 0;}
	
	.new_banner2 .swiper-pagination-bullet{width: 6px;height: 6px;background: #fff;margin:0 2px;}
	.new_banner2 .swiper-pagination-bullet-active{background: #fff;}
	
}

@media screen and (min-width: 320px) and (max-width: 340px) {
    .pro_introlist .title {
        font-size: 12px;
    }

    .pro_introlist .icon {
        display: block;
        float: none;
    }
}
